@php
$Y = date("Y",strtotime($Donation->date));
$M = date("F",strtotime($Donation->date));
$D = date("d",strtotime($Donation->date));
$get_amount= PBFunc::AmountInWords($Donation->amount);
@endphp
{{-- @include('PrintHeader.header') --}}
{{-- @include('PrintHeader.CompanyDetails') --}}
@include('PrintHeader.CompanyDetails2')
{{__('lng.ReceiptVoucherReceipt')}}
@currency($Donation->amount)
{{__('lng.Completed')}} . {{$D}} {{$M}} {{$Y}}
{{__('lng.ReceiptVoucherDetails')}}
{{__('lng.Invoiceno')}} .
#{{$Donation->invoicenumber}}
{{__('lng.Name')}}
@if($Donation->isGuest){{$Donation->name}}@else{{$Donation->name ?? ''}}@endif
{{__('lng.Phone')}}
@if($Donation->isGuest){{$Donation->phone}}@else{{$Donation->phone ?? ''}}@endif
{{__('lng.TotalAmountinwords')}}
{{$get_amount}} Only
{{__('lng.Ledger')}}
{{$Donation->Ledger->title}}
{{__('lng.Head')}}
{{$Donation->payhead->title}}
@if ($Donation->narration)
{{__('lng.Narration')}}
@endif
{{$Donation->narration}}
@if ($CheckMember)
@elseif($ProgramID)
{{__('lng.Done')}}
@else
{{__('lng.Done')}}
@endif
{{__('lng.Download')}}