@lang('modules.invoices.invoiceNumber'):
{{ $creditNote->invoice->invoice_number }}
@if ($creditNote)
@lang('app.credit-note'): {{ $creditNote->cn_number }}
@endif
@lang('modules.invoices.invoiceDate'):
{{ $creditNote->issue_date->translatedFormat(company()->date_format) }}
@lang('app.status'): {{ mb_ucwords($creditNote->status) }}
# | @lang('modules.invoices.item') | @if ($invoiceSetting->hsn_sac_code_show)@lang('app.hsnSac') | @endif{{ isset($creditNote->unit) ? $creditNote->unit->unit_type : 'Qty\hrs' }} | @lang('modules.invoices.unitPrice') | @lang('modules.invoices.tax') | @lang('modules.invoices.price') ({!! htmlentities($creditNote->currency->currency_code) !!}) | |
---|---|---|---|---|---|---|---|
{{ ++$count }} |
{{ ucfirst($item->item_name) }}@if (!is_null($item->item_summary))
@endif |
@if ($invoiceSetting->hsn_sac_code_show)
{{ $item->hsn_sac_code ? $item->hsn_sac_code : '--' }} |
@endif
{{ $item->quantity }} |
{{ currency_format($item->unit_price, $creditNote->currency_id, false) }} |
{{ strtoupper($item->tax_list) }} | {{ currency_format($item->amount, $creditNote->currency_id, false) }} | |
@if ($invoiceSetting->hsn_sac_code_show) | @endif | @lang('modules.invoices.subTotal') | {{ currency_format($creditNote->sub_total, $creditNote->currency_id, false) }} | ||||
@if ($invoiceSetting->hsn_sac_code_show) | @endif | @lang('modules.invoices.discount') | {{ currency_format($discount, $creditNote->currency_id, false) }} | ||||
@if ($invoiceSetting->hsn_sac_code_show) | @endif | {{ mb_strtoupper($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.adjustment') @lang('app.amount') | {{ currency_format($creditNote->adjustment_amount, $creditNote->currency_id, false) }} | ||||||
@lang('modules.credit-notes.creditAmountRemaining') | {{ currency_format($creditNote->creditAmountRemaining(), $creditNote->currency_id, false) }} |
@if (!is_null($creditNote->note))
{!! nl2br($creditNote->note) !!}
@endif
{!! nl2br($creditNoteSetting->invoice_terms) !!}