{{ session('company_name') }}

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

Summary of Customer Applications

{{ $date_from }} to {{ $date_to }}

@foreach($data as $d) @endforeach
Application No. Date Applied Customer Name Address Acct Class Conn. Type G. Deposit Contract Status
{{ $d->application_number }} {{ date_format(new DateTime($d->created_at), 'Y-m-d') }} {{ $d->cust_fname ? strtoupper($d->cust_fname) : strtoupper($d->cust_bname) }} {{ strtoupper(str_limit($d->complete_address, 36)) }} {{ $d->acct_class }} - {{ strtoupper($d->acct_subclass) }} {{ strtoupper($d->connection_type) }} {{ number_format($d->gdeposit,2,".",",") }} {{ $d->contract_no }} {{ strtoupper($d->application_status) }}
Total number of applications: {{ $total_count }}