@if ($company_logo) @endif

{{ $company_name }}

{!! nl2br(e($company_address)) !!}

Invoice Date: {{ $inv_date }}

Invoice Number: {{ $inv_num }}

Invoice to:

Attention: {{ $client_pic_name }}

Company: {{ $client_company_name }}

{!! nl2br(e($client_company_address)) !!}

Payment Info:

Beneficiary Name: {{ $acc_name }}

Account No: {{ $bank_acc_num }}

Bank: {{ $bank_name }}

@foreach ($items as $index => $item) @endforeach
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) }}
Grand Total: ${{ number_format($grand_total, 2) }}