@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
|
|
|
{{ number_format((float) $item->amount, 2, '.', '') }}
|