Date-Time Generated: {{ \Carbon\Carbon::now()->format('M d, Y g:i A') }}

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

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

List of Used Vouchers

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


@foreach ($data as $d) @endforeach
Acct/Appl Number Customer Name OR Number Voucher Code Amount Type Date Used
{{ $d->appl_number ? $d->appl_number : $d->acct_number }} {{ $d->appl_name ? strtoupper($d->appl_name) : strtoupper($d->cust_name) }} {{ $d->or_number }} {{ $d->voucher_code }} {{ number_format($d->voucher_amt, 2,".",",") }} {{ strtoupper($d->type) }} {{ date('M d, Y h:i A', strtotime($d->created_at)) }}
Grand Total: {{ $total['total_count'] }} {{ number_format($total['total_amt'], 2,".",",") }}