@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) }} |
{{ $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 }} | |||
{!! nl2br(ucfirst($proposal->note)) !!}