| NO | Description | Unit | QTY | Unit Price (AED) | Total (AED) |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $item['description'] ?? 'N/A' }} | {{ $item['unit'] ?? 'LS' }} | {{ $item['qty'] ?? 'N/A' }} | {{ isset($item['unit_price']) ? number_format($item['unit_price'], 2) : 'N/A' }} | {{ isset($item['total']) ? number_format($item['total'], 2) : 'N/A' }} |
| TOTAL AMOUNT (IN AED) | {{ number_format($totalAmount, 2) }} |
|---|---|
| VAT (5%) (IN AED) | {{ number_format($vatAmount, 2) }} |
| TOTAL SUM VALUE INCLUDING VAT (5%) (IN AED) | {{ number_format($grandTotal, 2) }} |
|
Fire Technical Services @if($lpoout->trn_no)TRN: {{ $lpoout->trn_no }} @endif |
Date: {{ $lpoout->date ? \Carbon\Carbon::parse($lpoout->date)->format('d/m/Y') : 'N/A' }} |
|
Vendor: {{ $lpoout->vendor->name ?? 'N/A' }} @if($lpoout->kindly_attn)Kindly ATTN: {{ $lpoout->kindly_attn }} @endif |
Ship to: Fire Technical Services Address: Ras Al Khaimah Contact: 055-4937236 |
Ref no: {{ $lpoout->lpo_invoice_no ?? 'N/A' }}
Terms & Conditions
| NO | ITEM DESCRIPTION | UNIT | QTY | UNIT PRICE (AED) | TOTAL (AED) |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $item['description'] ?? 'N/A' }} | {{ $item['unit'] ?? 'LS' }} | {{ $item['qty'] ?? 'LOT' }} | {{ isset($item['unit_price']) ? number_format($item['unit_price'], 0) : '' }} | {{ isset($item['total']) ? number_format($item['total'], 0) : '' }} |
| No items available | |||||
| TOTAL AMOUNT (IN AED) | AED {{ number_format($lpoout->amount, 0) }} |
| VAT (5%) AMOUNT (IN AED) | AED {{ number_format($lpoout->vat, 0) }} |
| TOTAL SUM VALUE INCLUDING VAT (5%) (IN AED) | AED {{ number_format($lpoout->total_amount, 0) }} |
This is a computer-generated document. No signature is required.