@lang('purchase::app.menu.bill')


@method('PUT')
{{ $purchaseSetting->bill_prefix }}{{ $purchaseSetting->bill_number_separator }}{{ $zero }}
@foreach($purchaseItems as $item)
@if ($item->hsn_sac_code_show) @endif @if ($item->hsn_sac_code_show) @endif @if(isset($item->purchaseItemImage->file_url)) @endif
@lang('app.description')@lang('app.hsnSac')@lang('modules.invoices.qty') @lang('modules.invoices.unitPrice') @lang('modules.invoices.tax') @lang('modules.invoices.amount')
{{ $item->unit->unit_type }} @foreach ($item->taxes as $tax) {{$tax->tax_name.': '.$tax->rate_percent.'%'}}
@endforeach
0.00
@endforeach
@lang('modules.invoices.subTotal') 0.00
@lang('modules.invoices.discount')
{{ isset($purchaseBill) ? number_format((float) $purchaseBill->discount, 2, '.', '') : '0.00' }}
@lang('modules.invoices.tax')
0.00
@lang('modules.invoices.total') 0.00

@lang('app.cancel')