Savings Withdrawal Report

Transaction Report

Generated on {{ now()->format('F d, Y H:i') }}

Transaction Number:
{{ $withdrawal->transaction_number }}
Client Name:
{{ $withdrawal->savingsAccount->client->full_name }}
Account Number:
{{ $withdrawal->savingsAccount->account_number }}
Transaction Date:
{{ $withdrawal->transaction_date->format('F d, Y') }}
Payment Method:
{{ ucfirst($withdrawal->payment_method ?? 'N/A') }}
Reference Number:
{{ $withdrawal->reference_number ?? 'N/A' }}
Description:
{{ $withdrawal->description ?? 'N/A' }}
Processed By:
{{ $withdrawal->creator->name ?? 'N/A' }}
Balance Before:
USD {{ number_format($withdrawal->balance_before, 2) }}
Balance After:
USD {{ number_format($withdrawal->balance_after, 2) }}
Withdrawal Amount: USD {{ number_format($withdrawal->amount, 2) }}