# | {{ __('main.particulars') }} | {{ __('main.rate') }} | {{ __('main.qty') }} | {{ __('main.tax') }} % | {{ __('main.tax_amount') }} | {{ __('main.total') }} |
---|---|---|---|---|---|---|
{{ $loop->index + 1 }} |
{{ $row->material_name }}
|
{{ getFormattedCurrency($row->purchase_price) }} | {{ $row->purchase_quantity }} {{ getUnitType($row->material_unit) }} | {{ $row->purchase->tax_percentage ?? '' }} | {{ getFormattedCurrency($row->tax_amount) }} | {{ getFormattedCurrency($row->purchase_item_total) }} |