{{ strtoupper(session('company_name')) }}

{{ strtoupper(session('branch_name')) }}

Athena Loans Collection Report

{{ date('M d, Y', strtotime($date_from)) . ' - ' . date('M d, Y', strtotime($date_to)) }}


@foreach($data AS $d) @endforeach
Customer Name Account No. OR Number Amount Paid Date Collected
{{ strtoupper($d->customer_name) }} {{ $d->acct_number }} {{ $d->or_number }} {{ number_format((float)$d->amt_paid, 2,".",",") }} {{ date('M d, Y', strtotime($d->created_at)) }}
Total Number of Customers: {{ $grand_total['total_count'] }} {{ number_format((float)$grand_total['total_amt_paid'], 2,".",",") }}