@includeIf('invoices.pdf.invoice_pdf_css')
# | @lang('modules.credit-notes.item') | @if ($invoiceSetting->hsn_sac_code_show)@lang('app.hsnSac') | @endif@lang('modules.invoices.qty') | @lang('modules.credit-notes.unitPrice') | @lang('modules.invoices.tax') | @lang('modules.credit-notes.price') ({!! htmlentities($creditNote->currency->currency_code) !!}) |
---|---|---|---|---|---|---|
{{ ++$count }} |
{{ $item->item_name }}
@if (!is_null($item->item_summary))
{!! nl2br(pdfStripTags($item->item_summary)) !!} @endif @if ($item->creditNoteItemImage)@endif |
@if ($invoiceSetting->hsn_sac_code_show)
{{ $item->hsn_sac_code ? $item->hsn_sac_code : '--' }} | @endif{{ $item->quantity }}@if($item->unit) {{ $item->unit->unit_type }}@endif |
{{ currency_format($item->unit_price, $creditNote->currency_id, false) }} | {{ $item->tax_list }} | {{ currency_format($item->amount, $creditNote->currency_id, false) }} |
@lang('modules.credit-notes.subTotal'): | {{ currency_format($creditNote->sub_total, $creditNote->currency_id, false) }} |
---|---|
@lang('modules.credit-notes.discount'): | -{{ currency_format($discount, $creditNote->currency_id, false) }} |
{{ $key }}: | {{ currency_format($tax, $creditNote->currency_id, false) }} |
@lang('modules.credit-notes.total'): | {{ currency_format($creditNote->total, $creditNote->currency_id, false) }} |
@lang('modules.credit-notes.creditAmountUsed'): | {{ currency_format($creditNote->creditAmountUsed(), $creditNote->currency_id, false) }} |
@lang('app.adjustmentAmount'): | {{ currency_format($creditNote->adjustment_amount, $creditNote->currency_id, false) }} |
@lang('modules.credit-notes.creditAmountRemaining'): | {{ currency_format($creditNote->creditAmountRemaining(), $creditNote->currency_id, false) }} |