@lang('modules.invoices.item')
{{ $items->name }}
{{ $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')
@php $flag = 0; @endphp @foreach($taxes as $tax) @if (isset($items->taxes) && $items->taxes != "null" && array_search($tax->id, json_decode($items->taxes)) !== false)
{{ $tax->tax_name }}: {{ $tax->rate_percent }}%
@php $flag = 1; @endphp @endif @endforeach @if ($flag == 0) NA @endif
@lang('modules.invoices.amount')
0