{!! nl2br(e($company_address)) !!}
Attention: {{ $client_pic_name }}
Company: {{ $client_company_name }}
{!! nl2br(e($client_company_address)) !!}
This quotation is valid until {{ $valid_until_date }}
Prices and terms are subject to change after this date.
Please sign and return to indicate acceptance.
{!! nl2br(e($notes)) !!}
| No | Item | Description | Price per Unit | UOM | Qty | Total |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $item['name'] }} | {{ $item['description'] }} | ${{ number_format($item['price_per_unit'], 2) }} | {{ $item['uom'] }} | {{ $item['quantity'] }} | ${{ number_format($item['total'], 2) }} |