Generated On: {{ date('F d, Y H:i:s') }}
Total Transactions: {{ $transactions->count() }}
Total Amount: {{ number_format($transactions->sum('amount'), 2) }}
| # | Customer Name | Amount | Serial No | Policy Type | Transaction Ref | Date | Status |
|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $data->vehicle->customer->fname }} {{ $data->vehicle->customer->lname }} | {{ number_format($data->amount, 2) }} | {{ $data->serialNo }} | {{ $data->vehicle->vehType }} | {{ $data->tnx_ref }} | {{ $data->date }} | {{ $data->status }} |