@include('PrintHeader.header')
{{App\Models\VoucherType::find($VoucherTypeID)->title ?? ''}}
| {{ __('lng.Invoice') }} | {{ __('lng.Date') }} | {{ __('lng.Name') }} | {{ __('lng.Ledger') }} | {{ __('lng.Head') }} | {{ __('lng.Amount') }} |
|---|---|---|---|---|---|
| {{ $Donation->invoicenumber }} | {{ $DTs }} | {{$Donation->member->name ?? $Donation->name}} | {{$Donation->Ledger->title ?? ''}} | {{$Donation->payhead->title}} | @currency($Donation->amount ?? '0') |
| {{ __('lng.Total') }} | @currency($Total) | ||||