Transaction Reciept
|
Method:{{$transaction->channel ?? ""}}
|
Date: {{ \Carbon\Carbon::parse($transaction->payment_date)->format('d M Y') }}
|
Reference: {{$transaction->reference}}
|
|
@php($customer = getCustomerName($transaction->customer_id))
Recieved From : {{$customer['name'] ?? ""}}
|
||
|
The Sum of : {{amountToWords($transaction->amount)}} naira only
|
||
|
N: {{number_format($transaction->amount,2)}} K
|
Signature:
|