@lang('app.description') |
@if ($invoiceSetting->hsn_sac_code_show)
@lang("app.hsnSac") |
@endif
@lang('modules.invoices.qty')
|
@lang("modules.invoices.unitPrice") |
@lang('modules.invoices.tax')
|
@lang('modules.invoices.amount') |
|
|
@if ($invoiceSetting->hsn_sac_code_show)
|
@endif
@if (!is_null($item->product_id) && $item->product_id != 0)
{{ $item->unit->unit_type }}
@else
@endif
|
|
|
{{ number_format((float) $item->amount, 2, '.', '') }}
|