@includeIf('invoices.pdf.invoice_pdf_css') @if (invoice_setting()->locale == 'ru') @else @endif @if($invoiceSetting->hsn_sac_code_show) @endif s @foreach ($order->items as $item) @if ($item->type == 'item') @if($invoiceSetting->hsn_sac_code_show) @endif @if ($item->item_summary != '' || $item->orderItemImage) {{-- DOMPDF HACK FOR RENDER IN TABLE --}}
@lang('app.description')@lang("app.hsnSac")@lang('modules.invoices.qty')@lang('app.sku') @lang("modules.invoices.unitPrice") @lang("modules.invoices.tax") @lang("modules.invoices.amount") ({{ $order->currency->currency_code }})
{{ $item->item_name }} {{ $item->hsn_sac_code ? $item->hsn_sac_code : '--' }}{{ $item->quantity }}@if($item->unit)
{{ $item->unit->unit_type }}@endif
{{ $item->sku }} {{ currency_format($item->unit_price, $order->currency_id, false) }} {{ $item->tax_list }} {{ currency_format($item->amount, $order->currency_id, false) }}
{!! nl2br(pdfStripTags($item->item_summary)) !!} @if ($item->orderItemImage)

@endif
{{-- DOMPDF HACK FOR RENDER IN TABLE --}} @endif @endif @endforeach @if ($order->note != '') @if ($invoiceSetting->other_info) @endif @endif