@includeIf('invoices.pdf.invoice_pdf_css')
# | @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 }} |
{{ $item->item_name }}
@if(!is_null($item->item_summary))
{!! nl2br(pdfStripTags($item->item_summary)) !!} @endif @if ($item->proposalItemImage)@endif |
@if ($invoiceSetting->hsn_sac_code_show)
{{ $item->hsn_sac_code ? : '--' }} | @endif{{ $item->quantity }}@if($item->unit)
{{ $item->unit->unit_type }} @endif |
{{ currency_format($item->unit_price, $proposal->currency_id, false) }} | {{ $item->tax_list }} | {{ currency_format($item->amount, $proposal->currency_id, false) }} |
@lang("modules.invoices.subTotal"): | {{ currency_format($proposal->sub_total, $proposal->currency_id, false) }} |
---|---|
@lang("modules.invoices.discount"): | {{ currency_format($discount, $proposal->currency_id, false) }} |
{{ $key }}: | {{ currency_format($tax, $proposal->currency_id, false) }} |
@lang("modules.invoices.total"): | {{ currency_format($proposal->total, $proposal->currency_id, false) }} {!! htmlentities($proposal->currency->currency_code) !!} |
({{ $proposal->signature->full_name }})
@endif@if ($proposal->calculate_tax == 'after_discount') @lang('messages.calculateTaxAfterDiscount') @else @lang('messages.calculateTaxBeforeDiscount') @endif