@includeIf('invoices.pdf.invoice_pdf_css') @if($invoiceSetting->locale == 'th') @endif @if ($invoiceSetting->hsn_sac_code_show) @endif @foreach ($order->items as $item) @if ($item->type == 'item') @if ($invoiceSetting->hsn_sac_code_show) @endif @if ($item->item_summary != '' || $item->purchaseItemImage) {{-- DOMPDF HACK FOR RENDER IN TABLE --}} {{-- DOMPDF HACK FOR RENDER IN TABLE --}} @endif @endif @endforeach
@lang('app.description')@lang('app.hsnSac')@lang('modules.invoices.qty') @lang('modules.invoices.unitPrice') @lang('modules.invoices.tax') @lang('modules.invoices.amount') ({{ $order->currency->currency_code }})
{{ ucfirst($item->item_name) }} {{ $item->hsn_sac_code ? : '--' }}{{ $item->quantity }}
{{ $item->unit->unit_type }}
{{ currency_format($item->unit_price, $order->currency_id, false) }} {{ strtoupper($item->tax_list) }} {{ currency_format($item->amount, $order->currency_id, false) }}
{!! nl2br(strip_tags($item->item_summary, ['p', 'b', 'strong', 'a'])) !!} @if ($item->purchaseItemImage)

@endif
@if ($discount != 0 && $discount != '') @endif @foreach ($taxes as $key => $tax) @endforeach
@lang('modules.invoices.subTotal')
@lang('modules.invoices.discount')
{{ mb_strtoupper($key) }}
@lang('modules.invoices.total')
@if ($discount != 0 && $discount != '') @endif @foreach ($taxes as $key => $tax) @endforeach
{{ currency_format($order->sub_total, $order->currency_id, false) }}
{{ currency_format($discount, $order->currency_id, false) }}
{{ currency_format($tax, $order->currency_id, false) }}
{{ currency_format($order->total, $order->currency_id, false) }}
@if ($order->note != '') @endif {{-- --}} @if (isset($taxes) && $invoiceSetting->tax_calculation_msg == 1) @endif

@lang('modules.invoiceSettings.invoiceTerms')
{!! nl2br($invoiceSetting->invoice_terms) !!}