{{----}} {{ __($pageTitle) }}
@if($invoiceSetting->logo_url != null || $invoiceSetting->logo_url != '' ) @endif @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 }} {{ currency_formatter($item->unit_price,$estimate->currency->currency_symbol) }} {{ currency_formatter($item->amount,$estimate->currency->currency_symbol) }}

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

@if ($discount > 0)

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

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

{{ strtoupper($key) }} :{{ currency_formatter($tax,$estimate->currency->currency_symbol) }}

@endforeach

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

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

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

@endif

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