| Item | Qty | Amount |
|---|---|---|
|
{{ $item->description }}
@ {{ number_format($item->rate, 0) }}/{{ strtoupper($item->unit ?? 'PCS') }}
|
{{ number_format($item->quantity, 2) }} {{ strtoupper($item->unit ?? 'PCS') }} | {{ \App\Helpers\CurrencyHelper::format($item->amount) }} |
|
{{ $booking->cargo_description }}
|
||
| Cargo Charges | {{ \App\Helpers\CurrencyHelper::format($booking->total_amount) }} | |