@lang('modules.invoices.item')
{{ $items->description }}
@if($invoiceSetting->hsn_sac_code_show)
@lang('modules.invoices.hsnSacCode')
@endif
@lang('modules.invoices.qty')
@lang('modules.invoices.unitPrice') {{ $items->price }}
@lang('modules.invoices.type')
@foreach($taxes as $tax)
taxes) && $items->taxes != "null" && array_search($tax->id, json_decode($items->taxes)) !== false) selected @endif value="{{ $tax->id }}">{{ $tax->tax_name }}: {{ $tax->rate_percent }}%
@endforeach
@lang('modules.invoices.amount')
0