# | @lang("modules.invoices.item") | @lang("app.hsnSac") | {{ $order->unit->unit_type }} | @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)
| {{ $item->hsn_sac_code ? $item->hsn_sac_code : '--' }} | {{ $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) }} |