@lang("modules.proposal.proposal") #{{ $proposal->id }}
@lang("modules.estimates.validTill"): {{ $proposal->valid_till->format($global->date_format) }}
| # | @lang("modules.invoices.item") | @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 |
{{ $item->quantity }} |
{{ $item->unit_price }} |
{{ $item->amount }} |
| @lang("modules.invoices.subTotal") | {{ $proposal->sub_total }} | |||
| @lang("modules.invoices.discount") | -{{ $discount }} | |||
| {{ strtoupper($key) }} | {{ $tax }} | |||
| @lang("modules.invoices.total") | {{ $proposal->total }} | |||
@if(!is_null($proposal->note))
{!! nl2br($proposal->note) !!}
@endif