{!! getLogo() !!}

Collection Commission Report

Filtered by:

From Date : {{ $from_date ?? '' }} | To Date : {{ $end_date ?? '' }}

Rep : {{ $rep ?? '' }}

@foreach ($invoices as $invoice) @if ($invoice->collection != 0) @php $total += $invoice->collection; @endphp @endif @endforeach
Order # Date Customer Receipt Payment Date Post Day Days Collection
{{ $invoice->invoice_code }} {{ $invoice->invoice_date }} {{ $invoice->company_name . '-' . $invoice->name_en }} {{ $invoice->payment_code }} {{ $invoice->payment_date }} {{ $invoice->cheque_date }} {{ $invoice->days }} {{ \App\Http\Helper::formatPrice($invoice->collection) }}
Total {{ \App\Http\Helper::formatPrice($total) }}