@if(!is_null($proposal->lead_id)) @lang("app.to"):

{{ $proposal->lead->company_name or ucwords($proposal->lead->client_name) }}

{!! nl2br($proposal->lead->address) !!}
@endif
@lang("modules.invoices.generatedBy"):

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

@if(!is_null($settings))
{!! nl2br($global->address) !!}
P: {{ $global->company_phone }}
@endif

@lang("modules.proposal.proposal") #{{ $proposal->id }} wadaDASDASDGASFZ

@lang("modules.estimates.validTill"): {{ $proposal->valid_till->format($global->date_format) }} SDVsdvsv
@php $colspan = ($invoiceSetting->hsn_sac_code_show) ? 5 : 4; @endphp @if($invoiceSetting->hsn_sac_code_show) @endif @foreach($proposal->items as $item) @if($item->type == 'item') @if($invoiceSetting->hsn_sac_code_show) @endif @endif @endforeach @if($invoiceSetting->hsn_sac_code_show) @endif @if($invoiceSetting->hsn_sac_code_show) @endif @foreach($taxes as $key => $tax) @if($invoiceSetting->hsn_sac_code_show) @endif @endforeach
# @lang("modules.invoices.item") @lang('modules.invoices.hsnSacCode')@lang("modules.invoices.qty") @lang("modules.invoices.unitPrice") ({!! htmlentities($proposal->currency->currency_code) !!}) @lang("modules.invoices.price") ({!! htmlentities($proposal->currency->currency_code) !!})
{{ ++$count }}

{{ ucfirst($item->item_name) ?? '--' }}

{{ $item->hsn_sac_code ?? '--' }}

{{ $item->quantity }}

{{ $item->unit_price }}

{{ currency_formatter($item->amount,'') }}
      @lang("modules.invoices.subTotal") {{ currency_formatter($proposal->sub_total,'') }}
      @lang("modules.invoices.discount") -{{ currency_formatter($discount,'') }}
      {{ strtoupper($key) }} {{ currency_formatter($tax,'') }}
@lang("modules.invoices.total") {{ currency_formatter($proposal->total,'') }}

 

@if($proposal->signature)

@lang('modules.estimates.signature')

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

@endif @if($proposal->client_comment)
@lang('app.comment')

{{ $proposal->client_comment }}

@endif

{!! nl2br(ucfirst($proposal->note)) !!}