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

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

Cancelled OR Summary

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


@foreach($data AS $d) @endforeach
Customer Name Account No. Description OR Number No of Bills Total Amount Reference Teller Date Cancelled Reason of Cancellation
{{ $d->customer_name ? strtoupper($d->customer_name) : $d->others_payee }} @if ($d->acct_number) {{ $d->acct_number }} @elseif ($d->others_account_no) {{ $d->others_account_no }} @else - @endif {{ $d->others_description ? $d->others_description : '-' }} {{ $d->or_number }} {{ $d->number_of_bills }} {{ number_format((float)$d->amt_total, 2,".",",") }} {{-- {{ $d->reference }} --}} @if ($d->reference == 'ciap') Customer Initiate Adv Payment @elseif ($d->reference == 'other-transactions') Other Transactions @elseif ($d->reference == 'bill') Water Bill @endif {{ strtoupper($d->name) }} {{ date('m/d/Y h:i a', strtotime($d->cancelled_at)) }} {{ $d->reason_of_cancel }}