Payment Reciept
|
Paid By: {{$payment->payer ?? $payment->customer->fullname}}
|
|
|
Reference: {{$payment->reference}}
|
|
|
Method:{{$payment->method ?? ""}}
|
Amount: N {{formatPrice($payment->amount)}}
|
Amount In Words : {{amountToWords($payment->amount)}}
|
|
Recieved By: {{$payment->user->fullname ?? ""}}
|
Date: {{ \Carbon\Carbon::parse($payment->paid_at)->format('d M Y') }}
|
_____________________________________
Sign & Stamp