@includeIf('invoices.pdf.invoice_pdf_css')
# | @lang("modules.invoices.item") | @if($invoiceSetting->hsn_sac_code_show)@lang("app.hsnSac") | @endif @if ($order->unit != null){{ $order->unit->unit_type }} | @else@endif | @lang('app.sku') | @lang("modules.invoices.unitPrice") | @lang("modules.invoices.tax") | @lang("modules.invoices.price") ({!! htmlentities($order->currency->currency_code) !!}) |
---|---|---|---|---|---|---|---|---|
{{ ++$count }} |
{{ $item->item_name }}
@if(!is_null($item->item_summary))
{!! nl2br(pdfStripTags($item->item_summary)) !!} @endif @if ($item->orderItemImage)@endif |
@if($invoiceSetting->hsn_sac_code_show)
{{ $item->hsn_sac_code ? $item->hsn_sac_code : '--' }} | @endif{{ $item->quantity }} | {{ $item->sku }} | {{ currency_format($item->unit_price, $order->currency_id, false) }} | {{ $item->tax_list }} | {{ currency_format($item->amount, $order->currency_id, false) }} |
@lang("modules.invoices.subTotal"): | {{ currency_format($order->sub_total, $order->currency_id, false) }} |
---|---|
@lang("modules.invoices.discount"): | {{ currency_format($discount, $order->currency_id, false) }} |
{{ $key }}: | {{ currency_format($tax, $order->currency_id, false) }} |
@lang("modules.invoices.total"): | {{ currency_format($order->total, $order->currency_id, false) }} |