{{--
logo
{{ __('messages.common.from') }} {{ __('messages.common.to') }} {{ __('messages.common.invoice') }}

{{ __('messages.common.name') }}: {{ $companyName }}

{{ __('messages.common.address') }}: {{ $companyAddress }}

{{ __('messages.user.phone') }}: {{ $companyPhone }}

{{ getVatNoLabel() }}: {{ $gstNo }}

{{ __('messages.invoice.client_name') }}

{{ __('messages.invoice.client_email') }}

{{ __('messages.client_address') }}

{{ getVatNoLabel() }}

{{ __('messages.invoice.invoice_id') }}: #9CQ5X7

{{ __('messages.invoice.invoice_date') }}: 25/09/2020

{{ __('messages.invoice.due_date') }}: 26/09/2020

@for ($i = 1; $i <= 3; $i++) @endfor
# {{ __('messages.item') }} {{ __('messages.invoice.qty') }} {{ __('messages.product.unit_price') }} {{ __('messages.invoice.tax') }} (%) {{ __('messages.invoice.amount') }}
{{ $i }} {{ __('messages.item') }} {{ $i }} 1 {{ getCurrencyAmount(100, true) }} N/A {{ getCurrencyAmount(100, true) }}

{{ __('messages.payment_qr_codes.payment_qr_code') }}

{{ __('messages.invoice.amount') }}: {{ getCurrencyAmount(300, true) }}
{{ __('messages.invoice.discount') }}: {{ getCurrencyAmount(50, true) }}
{{ __('messages.invoice.tax') }}: 0%
{{ __('messages.invoice.total') }}: {{ getCurrencyAmount(250, true) }}

{{ __('messages.client.notes') }}:

Paypal, Stripe & manual payment methods accepted.
Net 10 – Payment due in 10 days from invoice date.
Net 30 – Payment due in 30 days from invoice date.

{{ __('messages.invoice.terms') }}:

Invoice payment {{ __('messages.invoice.total') }}; 1% 10 Net 30, 1% discount if payment received within 10 days otherwise payment is due 30 days after the invoice date.

--}}
images
{{ __('messages.common.from') }} {{ __('messages.common.to') }} {{ __('messages.common.invoice') }}

{{ __('messages.common.name') }}: {{ $companyName }}

{{ __('messages.common.address') }}: {{ $companyAddress }}

{{ __('messages.user.phone') }}: {{ $companyPhone }}

{{ getVatNoLabel() }}: {{ $gstNo }}

<{{ __('messages.invoice.client_name') }}>

<{{ __('messages.invoice.client_email') }} Email>

<{{ __('messages.client_address') }} Address>

<{{ getVatNoLabel() }}>

{{ __('messages.invoice.invoice_id') }}: #9CQ5X7

{{ __('messages.invoice.invoice_date') }}: 25/09/2020

{{ __('messages.invoice.due_date') }}: 26/09/2020

@for ($i = 1; $i <= 3; $i++) @endfor
# {{ __('messages.item') }} {{ __('messages.invoice.qty') }} {{ __('messages.product.unit_price') }} {{ __('messages.invoice.tax') }}(%) {{ __('messages.invoice.amount') }}
{{ $i }}

{{ __('messages.item') }} {{ $i }}

1 {{ getCurrencyAmount(100, true) }} N/A {{ getCurrencyAmount(100, true) }}

{{ __('messages.payment_qr_codes.payment_qr_code') }}

qr-code
{{ __('messages.invoice.amount') }}: {{ getCurrencyAmount(300, true) }}
{{ __('messages.invoice.discount') }}: {{ getCurrencyAmount(50, true) }}
{{ __('messages.invoice.tax') }}: 0%
{{ __('messages.invoice.total') }}: {{ getCurrencyAmount(250, true) }}

{{ __('messages.client.notes') }}:

Paypal , Stripe & manual payment method accept.
Net 10 – Payment due in 10 days from invoice date.
Net 30 – Payment due in 30 days from invoice date.

{{ __('messages.invoice.terms') }}:

{{ __('messages.invoice.total') }} ; 1% 10 Net 30, 1% discount if payment received within 10 days otherwise payment 30 days after invoice date.