Transaction History
| Customer Name | Amount | serialNo | Policy-Type | Transaction Reference | |
|---|---|---|---|---|---|
| {{ $data->vehicle->customer->fname }} {{ $data->vehicle->customer->lname }} | {{ number_format($data->amount, 2) }} | {{ $data->serialNo }} | {{ $data->vehicle->vehType }} | {{ $data->tnx_ref }} |
|
| No Transaction data found | |||||
Total Records: {{ $transactions->count() }} |
Total Amount: {{ number_format($transactions->sum('amount'), 2) }}
@endif