@lang('app.estimate') {{ $estimate->estimate_number }}
@lang("modules.estimates.validTill"): {{ $estimate->valid_till->format($global->date_format) }}
| # | @lang("modules.invoices.item") | @lang("modules.invoices.qty") | @lang("modules.invoices.unitPrice") ({!! htmlentities($estimate->currency->currency_code) !!}) | @lang("modules.invoices.price") ({!! htmlentities($estimate->currency->currency_code) !!}) |
|---|---|---|---|---|
| {{ ++$count }} | {{ ucfirst($item->item_name) }} |
{{ $item->quantity }} |
{{ $item->unit_price }} |
{{ $item->amount }} |
| @lang("modules.invoices.subTotal") | {{ $estimate->sub_total }} | |||
| @lang("modules.invoices.discount") | -{{ $discount }} | |||
| {{ strtoupper($key) }} | {{ number_format((float)$tax, 2, '.', '') }} | |||
| @lang("modules.invoices.total") | {{ $estimate->total }} | |||
{!! nl2br(ucfirst($estimate->note)) !!}