@php $si=0; @endphp @foreach ($Donations as $Donation) @php $DTs = date("d-m-Y",strtotime($Donation->Date)); @endphp {{-- --}} @endforeach
{{ __('lng.SiNo') }} {{ __('lng.Date') }} {{ __('lng.Head') }} {{ __('lng.Invoice') }} {{ __('lng.Member') }} {{ __('lng.Amount') }} {{ __('lng.Contact') }} {{ __('lng.Narration') }} {{ __('lng.Action') }}
{{ ++$si }}{{ $DTs }} {{ App\Models\AccountLedger::find($Donation->Head)->title }}{{$Donation->Head}}{{ $Donation->Invoice }} {{ App\Models\Member::find($Donation->MemberID)->name ?? $Donation->Name }} @currency($Donation->Amount) {{ App\Models\Member::find($Donation->MemberID)->contact ?? $Donation->Contact }} {{ $Donation->Narration }}
{{--
--}} {{-- --}}
@csrf @method('delete')

{{ __('lng.Showing') }} {{ $Donations->count() }} {{ __('lng.Items') }}