{!! nl2br(e($company_address)) !!}
Attention: {{ $client_pic_name }}
Company: {{ $client_company_name }}
{!! nl2br(e($client_company_address)) !!}
Beneficiary Name: {{ $acc_name }}
Account No: {{ $bank_acc_num }}
Bank: {{ $bank_name }}
| 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) }} |