Bank Logo

OBRAPA GROUP C.C.U

Deposit Slip / Receipt


Client: {{ $deposit->client->surname }} {{ $deposit->client->first_name }}
Account No: {{ $deposit->client->account_number }}
Account Type: {{ str_replace('_',' ', $deposit->clientAccount->account_type) }}
Payment Method: {{ ucfirst($deposit->payment_method) }}
Reference: {{ $deposit->reference_no }}

Amount Deposited: ₵{{ number_format($deposit->amount, 2) }}
Balance Before: ₵{{ number_format($balanceBefore, 2) }}
Balance After: ₵{{ number_format($deposit->clientAccount->balance, 2) }}

Date: {{ $deposit->created_at->format('d M Y H:i') }}
Processed By: {{ auth()->user()->name ?? 'System' }}

Thank you for banking with us.