{{----}} {{ $pageTitle }} @stack('head-script')
{{--
--}} {{----}} {{--
--}}
id)) }}" class="btn btn-default pull-right m-r-10 actionButton"> @lang('app.download') @if(!$proposal->signature && $proposal->status == 'waiting') @endif
@if($proposal->status == 'accepted')
@lang('modules.proposal.accepted')
@elseif($proposal->status == 'waiting')
@lang('app.pending')
@else
@lang('app.rejected')
@endif

@lang('app.proposal')


@lang('app.lead')
{{ $proposal->lead->client_name }}
@lang('modules.proposal.validTill')

{{ $proposal->valid_till->format($settings->date_format) }}

@if($invoiceSetting->hsn_sac_code_show) @endif @foreach($proposal->items as $item) @if($invoiceSetting->hsn_sac_code_show) @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($proposal->currency->currency_symbol) !!}{{ $item->unit_price }} {!! htmlentities($proposal->currency->currency_symbol) !!}{{ $item->amount }}

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

@if ($discount > 0)

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

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

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

@endforeach

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


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

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

@endif
@if($proposal->signature)

@lang('modules.estimates.signature')

{{ ucwords($proposal->signature->full_name) }}

@endif @if($proposal->client_comment)

@lang('app.comment')

{{ $proposal->client_comment }}

@endif
{{--sticky note script--}}