# | @lang("modules.invoices.item") | @if ($invoiceSetting->hsn_sac_code_show)@lang("app.hsnSac") | @endif@lang("modules.invoices.qty") | @lang("modules.invoices.unitPrice") | @lang("modules.invoices.tax") | @lang("modules.invoices.price") ({!! htmlentities($proposal->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->proposalItemImage)@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.invoices.subTotal"): | {{ currency_formatter($proposal->sub_total, '') }} |
---|---|
@lang("modules.invoices.discount"): | {{ currency_formatter($discount, '') }} |
{{ strtoupper($key) }}: | {{ currency_formatter($tax, '') }} |
@lang("modules.invoices.total"): | {{ currency_formatter($proposal->total, '') }} {!! htmlentities($proposal->currency->currency_code) !!} |
@if ($proposal->calculate_tax == 'after_discount') @lang('messages.calculateTaxAfterDiscount') @else @lang('messages.calculateTaxBeforeDiscount') @endif
@if ($proposal->signature) @if (!is_null($proposal->signature->signature))
({{ $proposal->signature->full_name }})
@endif