@if ($invoice['taxable'])

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

@endif @if ($invoice['taxable']) @if ($invoice['trn'] != null)

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'] }}

@endif

Date: {{ $invoice['date'] }}

{{ $invoice['order_type'] }}

Creator: {{ $invoice['cashier'] }}

@foreach ($invoice['items'] as $item) @endforeach @isset($invoice['discount']) @endisset @if (!empty($invoice['additional_fees']) && $invoice['additional_fees'] > 0) @endif @if (!empty($invoice['mobile_delivery_fee'])) @endif @if ($invoice['taxable']) @endif
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) }}
@if ($invoice['payment_type'])

{{ $invoice['payment_type'] }}

@endif

Items 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'] }}

@endif

asparagus.ae

Powered by Dinex