Account Statement
Dear {{ $customer->CustomerName }},
Please find attached your account statement for the period from {{ $startDate->format('F j, Y') }} to {{ $endDate->format('F j, Y') }}.
Account Number: {{ $customer->AccountNo }}
Statement Period: {{ $startDate->format('F j, Y') }} - {{ $endDate->format('F j, Y') }}
Opening Balance: {{ number_format($statement['summary']['opening_balance'], 2) }}
Total Debits: {{ number_format($statement['summary']['total_debits'], 2) }}
Total Credits: {{ number_format($statement['summary']['total_credits'], 2) }}
Closing Balance: {{ number_format($statement['summary']['closing_balance'], 2) }}
If you have any questions about this statement, please don't hesitate to contact us.
Thank you for your business!
Regards,
{{ $company['name'] }}
{{ $company['address'] }}
Phone: {{ $company['phone'] }}
Email: {{ $company['email'] }}