@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)
{{ $item->hsn_sac_code }}
|
@endif
|
|
|
|
{{ number_format((float) (1 * $item->price), 2, '.', '') }}
|