Tax Invoice
@endif{{ $invoice['header']['company_name'] }} - {{ $invoice['branch'] }}
@if ($invoice['address'] != null)
@foreach (explode(' ', $invoice['address']) as $word_index => $word)
{{ $word . ' ' }}
@if (($word_index % 3 == 0) & ($word_index != 0))
@endif
@endforeach
TRN:: {{ $invoice['trn'] }}
@endif @endif @if ($invoice['header']['invoice_header_slogan'] != null){{ $invoice['header']['invoice_header_slogan'] }}
@endif {{--اسباراجوس_جودة_الغذاء#
--}} @if ($invoice['header']['display_order_number'] == 1)Order Number: {{ $invoice['order_number'] }}
@endifDate: {{ $invoice['date'] }}
{{ $invoice['order_type'] }}
Creator: {{ $invoice['cashier'] }}
| Qty. | Name | Price |
|---|---|---|
| {{ $item['qty'] }} |
@foreach (explode(' ', $item['name']) as $word_index => $word)
{{ $word . ' ' }} @if (($word_index % 3 == 0) & ($word_index != 0))
@endif @endforeach |
{{ round($item['price'] * $item['qty'], 2) }} |
| Price Before Vat | {{ round($invoice['net'], 2) }} | |
| Discount | {{ round($invoice['discount'], 2) }} | |
| Sub Total | {{ round($invoice['sub_total'], 2) }} | |
| Additional Fees | {{ round($invoice['additional_fees'], 2) }} | |
| Mobile Delivery Fee | {{ round($invoice['mobile_delivery_fee'], 2) }} | |
| Vat(5.0%) | {{ round($invoice['vat'], 2) }} | |
| Total | {{ round($invoice['total'], 2) }} |
{{ $invoice['payment_type'] }}
@endifItems Count: {{ $invoice['count_of_items'] }}
End of Invoice
@if (isset($invoice['franchise_company_name'])){{ $invoice['franchise_company_name'] }}
@endif @if ($invoice['footer']['invoice_footer_slogan'] != null){{ $invoice['footer']['invoice_footer_slogan'] }}
@endifasparagus.ae
Powered by Dinex