# | @lang('modules.credit-notes.item') | @if ($invoiceSetting->hsn_sac_code_show)@lang('app.hsnSac') | @endif@lang('modules.credit-notes.qty') | @lang('modules.credit-notes.unitPrice') | @lang('modules.invoices.tax') | @lang('modules.credit-notes.price') ({!! htmlentities($creditNote->currency->currency_code) !!}) |
---|---|---|---|---|---|---|
{{ ++$count }} |
{{ ucfirst($item->item_name) }}
@if (!is_null($item->item_summary))
{!! nl2br(strip_tags($item->item_summary, ['p', 'b', 'strong', 'a'])) !!} @endif @if ($item->creditNoteItemImage)@endif |
@if ($invoiceSetting->hsn_sac_code_show)
{{ $item->hsn_sac_code ? $item->hsn_sac_code : '--' }} | @endif{{ $item->quantity }} | {{ currency_formatter($item->unit_price, '') }} | {{ $item->tax_list }} | {{ currency_formatter($item->amount, '') }} |
@lang('modules.credit-notes.subTotal'): | {{ currency_formatter($creditNote->sub_total, '') }} |
---|---|
@lang('modules.credit-notes.discount'): | -{{ currency_formatter($discount, '') }} |
{{ strtoupper($key) }}: | {{ currency_formatter($tax, '') }} |
@lang('modules.credit-notes.total'): | {{ currency_formatter($creditNote->total, '') }} |
@lang('modules.credit-notes.creditAmountUsed'): | {{ currency_formatter($creditNote->creditAmountUsed(), '') }} |
@lang('app.adjustment') @lang('app.amount'): | {{ currency_formatter($creditNote->adjustment_amount, '') }} |
@lang('modules.credit-notes.creditAmountRemaining'): | {{ currency_formatter($creditNote->creditAmountRemaining(), '') }} |