{{ $invoice->createdBy->name ?? '' }}
@if ($tax != ''){{ __('main.tax') }}: {{ $tax }}
@endif# | {{ __('main.particulars') }} | {{ __('main.rate') }} | {{ __('main.qty') }} | {{ __('main.tax') }} % | {{ __('main.tax_amount') }} | {{ __('main.credit_total') }} |
---|---|---|---|---|---|---|
{{ $loop->index + 1 }} |
{{ $item->item_name }}
|
{{ getFormattedCurrency($item->rate) }} | {{ $item->quantity }} @if ($item->unit_type) {{ getUnitType($item->unit_type) }} @endif | {{ $invoice->tax_percentage }} | {{ getFormattedCurrency($item->tax_amount) }} | {{ getFormattedCurrency($item->total) }} |