{{ __('Invoice To') }}:
Invoice: {{ $data->reference }}
Date: {{ $data->date }}
Date: {{ $data->date }}
{{ __('Catalogue') }}:
| # | {{ __('Product') }} | {{ __('Quantity') }} | {{ __('Unit Price') }} | {{ __('Subtotal') }} |
|---|---|---|---|---|
| {{ $index + 1 }} |
{{ $item->name }} {{ $item->code }} |
{{ $item->quantity }} | {{ format_currency($item->unit_price) }} | {{ format_currency($item->sub_total) }} |
| {{ $index + 1 }} |
{{ $item->name }} {{ $item->code }} |
{{ $item->quantity }} | {{ format_currency($item->unit_price) }} | {{ format_currency($item->sub_total) }} |
 }})