{{ $estimate->estimate_number }}
{!! nl2br(strip_tags($estimate->description, ['p', 'b', 'strong', 'a', 'ul', 'li', 'ol', 'i', 'u', 'em', 'blockquote', 'img'])) !!}
@endif
@if ($invoiceSetting->hsn_sac_code_show)
@endif
@foreach($estimate->items as $item)
@if($item->type == 'item')
@if ($invoiceSetting->hsn_sac_code_show)
@endif
@endif
@endforeach
@if($invoiceSetting->hsn_sac_code_show)
@endif
@if($discount != 0 && $discount != '')
@if($invoiceSetting->hsn_sac_code_show)
@endif
@endif
@foreach($taxes as $key=>$tax)
@if($invoiceSetting->hsn_sac_code_show)
@endif
@endforeach
# | @lang("modules.invoices.item") | @lang("app.hsnSac") | @lang("modules.invoices.qty") | @lang("modules.invoices.unitPrice") | @lang("modules.invoices.tax") | @lang("modules.invoices.price") ({!! htmlentities($estimate->currency->currency_code) !!}) | |
---|---|---|---|---|---|---|---|
{{ ++$count }} |
{{ ucfirst($item->item_name) }}@if(!is_null($item->item_summary))
| {{ $item->hsn_sac_code ? $item->hsn_sac_code : '--' }} | {{ $item->quantity }} |
{{ currency_format($item->unit_price, $estimate->currency_id, false) }} |
{{ strtoupper($item->tax_list) }} | {{ currency_format($item->amount, $estimate->currency_id, false) }} | |
@lang("modules.invoices.subTotal") | {{ currency_format($estimate->sub_total, $estimate->currency_id, false) }} | ||||||
@lang("modules.invoices.discount") | {{ currency_format($discount, $estimate->currency_id, false) }} | ||||||
{{ mb_strtoupper($key) }} | {{ currency_format($tax, $estimate->currency_id, false) }} | ||||||
@lang("modules.invoices.total") | {{ currency_format($estimate->total, $estimate->currency_id, false) }} {!! htmlentities($estimate->currency->currency_code) !!} |
@if (!is_null($estimate->note))
@lang('app.note')
{!! nl2br($estimate->note) !!}
@endif
@lang('modules.invoiceSettings.invoiceTerms')
{!! nl2br($invoiceSetting->invoice_terms) !!}
@if ($estimate->calculate_tax == 'after_discount') @lang('messages.calculateTaxAfterDiscount') @else @lang('messages.calculateTaxBeforeDiscount') @endif
@endif
@if ($estimate->sign)
@lang('app.signature')
({{ $estimate->sign->full_name }})
@endif