{{ __('Fund Receipts') }} : {{ ucfirst($fundreceipt->type) }} - {!! $fundreceipt->name !!}

@if (!empty($fundreceipt->createdBy))
Created By: {{$fundreceipt->createdBy->name}}@endif
@php($class = "rounded-md shadow-sm border-gray-300 focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50 block mt-1 w-full")
{!! Form::model($fundreceipt, ['method' => 'PATCH', 'route' => ['receipts.fund.update', [$fundreceipt->type, $fundreceipt->id]] ]) !!}
@include('receipts.fund.item')
{{ __('Cancel') }} {{ __('Save') }}
{!! Form::close() !!}