View and print financial statements for shippers.
= e(get_setting('company_name', 'Logistics Platform')) ?>
= date('F j, Y') ?>
| Date التاريخ |
Ref # رقم الشحنة |
Route المسار |
Status الحالة |
Amount (OMR) المبلغ |
|---|---|---|---|---|
| No completed shipments found for this period. | ||||
| = date('Y-m-d', strtotime($row['created_at'])) ?> | #= $row['id'] ?> |
= e($row['origin_city']) ?> = e($row['destination_city']) ?>
= e($row['cargo_description']) ?>
|
= e(ucfirst(str_replace('_', ' ', $row['status']))) ?> | = number_format((float)$row['total_price'], 2) ?> |
| Total Balance / الإجمالي | = number_format($totalAmount, 2) ?> OMR | |||