{{ ucwords($global->company_name) }}

{!! nl2br($global->address) !!}
{{ $global->company_phone }}
{{ (is_null($estimate->estimate_number)) ? '#'.$estimate->id : $estimate->estimate_number}}
@lang("modules.estimates.validTill"):
{{ $estimate->valid_till->format($global->date_format) }}
@lang('app.status') :
{{ __('app.'.$estimate->status) }}
@php $colspan = ($invoiceSetting->hsn_sac_code_show) ? 5 : 4; @endphp

@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
# @lang("modules.invoices.item") @lang('modules.invoices.hsnSacCode')@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) }}

@if(!is_null($item->item_summary))

{{ $item->item_summary }}

@endif
{{ $item->hsn_sac_code ?? '--' }}{{ $item->quantity }} {{ number_format((float)$item->unit_price, 2, '.', '') }} {{ number_format((float)$item->amount, 2, '.', '') }}
@if($discount != 0 && $discount != '') @endif @foreach($taxes as $key=>$tax) @endforeach
@lang("modules.invoices.subTotal"): {{ number_format((float)$estimate->sub_total, 2, '.', '') }}
@lang("modules.invoices.discount"): -{{ number_format((float)$discount, 2, '.', '') }}
{{ strtoupper($key) }}: {{ number_format((float)$tax, 2, '.', '') }}

@lang('app.thanks')!