|
Receipt #: {{ $wallettransaction->id ?? '' }}
Payment Date: {{ $wallettransaction->created_at ?? '' }}
|
Payment Receipt |
|
|
{{ $wallettransaction->wallet->user->first_name ?? '' }} {{ $wallettransaction->wallet->user->last_name ?? '' }}
{{ $wallettransaction->wallet->user->email ?? '' }}
{{ $wallettransaction->wallet->user->phone_number ?? '' }}
|
KB Century LTD
support@kbcentury.com
|
|
|
Item
|
Price
|
|
{{ $wallettransaction->wallet->user->first_name . " (" . $wallettransaction->wallet->user->last_name. ")" }}
|
${{number_format($wallettransaction->amount ?? 0, 2)}}
|
|
Total Balance: ${{ number_format($wallettransaction->wallet->balance ?? 0, 2) }}
|