@lang('modules.lead.proposal')#{{ $proposal->id }}
@lang('app.status'): {{ ucwords($proposal->status) }}
@lang('modules.estimates.validTill'): {{ $proposal->valid_till->format($global->date_format) }}
| # | @lang("modules.invoices.item") | @if ($invoiceSetting->hsn_sac_code_show)@lang("app.hsnSac") | @endif@lang("modules.invoices.qty") | @lang("modules.invoices.unitPrice") ({!! htmlentities($proposal->currency->currency_code) !!}) | @lang("modules.invoices.price") ({!! htmlentities($proposal->currency->currency_code) !!}) |
|---|---|---|---|---|---|
| {{ ++$count }} | {{ ucfirst($item->item_name) }}@if(!is_null($item->item_summary)){{ $item->item_summary }} @endif |
@if ($invoiceSetting->hsn_sac_code_show)
{{ $item->hsn_sac_code ? $item->hsn_sac_code : '--' }} |
@endif
{{ $item->quantity }} |
{{ number_format((float)$item->unit_price, 2, '.', '') }} |
{{ number_format((float)$item->amount, 2, '.', '') }} |
| @lang("modules.invoices.subTotal") | {{ number_format((float)$proposal->sub_total, 2, '.', '') }} | ||||
| @lang("modules.invoices.discount") | {{ number_format((float)$discount, 2, '.', '') }} | ||||
| {{ strtoupper($key) }} | {{ number_format((float)$tax, 2, '.', '') }} | ||||
| @lang("modules.invoices.subTotal") | {{ number_format((float) $proposal->sub_total, 2, '.', '') }} | ||||
| @lang("modules.invoices.discount") | {{ number_format((float) $discount, 2, '.', '') }} | ||||
| @lang("modules.invoices.total") | {{ number_format((float) $proposal->total, 2, '.', '') }} | ||||
{{-- @if(!is_null($proposal->note))
{!! nl2br($proposal->note) !!}
@endif
{!! nl2br($invoiceSetting->invoice_terms) !!} --}}
@lang('app.note')
{!! nl2br($proposal->note) !!}
@lang('modules.invoiceSettings.invoiceTerms')
{!! nl2br($invoiceSetting->invoice_terms) !!}
@if ($proposal->signature)
@lang('app.signature')
({{ $proposal->signature->full_name }})
@endif