{{----}} {{ __($pageTitle) }}
@if($estimate->status == 'waiting') @elseif($estimate->status == 'accepted') @lang('app.signed') @endif id)) }}" class="btn btn-default pull-right m-r-10"> @lang('app.download')
@if($estimate->status == 'waiting')
@lang('modules.estimates.waiting')
@endif @if($estimate->status == 'declined')
@lang('modules.estimates.declined')
@endif @if($estimate->status == 'accepted')
@lang('modules.estimates.accepted')
@endif

{{ $estimate->estimate_number }}


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

@if(!is_null($settings) && !is_null($setting->address))

{!! nl2br($setting->address) !!}

@endif
@if(!is_null($estimate->client))

@lang('modules.invoices.to'),

{{ ucwords($estimate->client->name) }}

@if(!is_null($estimate->client_details))

{!! nl2br($estimate->client_details->address) !!}

@endif @endif

@lang('modules.estimates.validTill') : {{ $estimate->valid_till->format($settings->date_format) }}

@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") @lang("modules.invoices.price")
{{ ++$count }} {{ ucfirst($item->item_name) }} @if(!is_null($item->item_summary))

{{ $item->item_summary }}

@endif
{{ ($item->hsn_sac_code) ?? '--' }}{{ $item->quantity }} {!! htmlentities($estimate->currency->currency_symbol) !!}{{ $item->unit_price }} {!! htmlentities($estimate->currency->currency_symbol) !!}{{ $item->amount }}

@lang("modules.invoices.subTotal") : {!! htmlentities($estimate->currency->currency_symbol) !!}{{ $estimate->sub_total }}

@if ($discount > 0)

@lang("modules.invoices.discount") : {!! htmlentities($estimate->currency->currency_symbol) !!}{{ $discount }}

@endif @foreach($taxes as $key=>$tax)

{{ strtoupper($key) }} : {!! htmlentities($estimate->currency->currency_symbol) !!}{{ $tax }}

@endforeach

@lang("modules.invoices.total") : {!! htmlentities($estimate->currency->currency_symbol) !!}{{ $estimate->total }}

@if(!is_null($estimate->note))

@lang('app.note'): {{ $estimate->note }}

@endif

{{--Timer Modal--}} {{--Timer Modal Ends--}}
{{--sticky note script--}}