@if(!in_array('client', user_roles())) @if(!is_null($invoice->last_viewed)) @lang('app.viewedOn') {{$invoice->last_viewed->timezone($settings->timezone)->translatedFormat($settings->date_format)}} @lang('app.at') {{$invoice->last_viewed->timezone($settings->timezone)->translatedFormat($settings->time_format)}} @lang('app.usingIpAddress'):{{$invoice->ip_address}} @if (request()->ip() == $invoice->ip_address) (@lang('modules.invoices.sameIp')) @endif @endif @endif
@lang('modules.lead.proposal')

{{ company()->company_name }}
@if (!is_null($settings)) {!! nl2br(default_address()->address) !!}
{{ company()->company_phone }} @endif @if ($invoiceSetting->show_gst == 'yes' && !is_null($invoiceSetting->gst_number))
@lang('app.gstIn'): {{ $invoiceSetting->gst_number }} @endif


@lang('modules.lead.proposal') {{ $invoice->proposal_number }}
@lang('modules.estimates.validTill') {{ $invoice->valid_till->translatedFormat(company()->date_format) }}
@if ($invoice->lead && ($invoice->lead->contact->client_name || $invoice->lead->contact->client_email || $invoice->lead->contact->mobile || $invoice->lead->contact->company_name || $invoice->lead->contact->address) && (invoice_setting()->show_client_name == 'yes' || invoice_setting()->show_client_email == 'yes' || invoice_setting()->show_client_phone == 'yes' || invoice_setting()->show_client_company_name == 'yes' || invoice_setting()->show_client_company_address == 'yes'))

@lang("modules.invoices.billedTo")
@if ($invoice->deal && !empty($invoice->deal->name)) {{ $invoice->deal->name }}
@endif @if ($invoice->lead->contact && $invoice->lead->contact->client_name && invoice_setting()->show_client_name == 'yes') {{ $invoice->lead->contact->client_name_salutation }}
@endif @if ($invoice->lead->contact && $invoice->lead->contact->client_email && invoice_setting()->show_client_email == 'yes') {{ $invoice->lead->contact->client_email }}
@endif @if ($invoice->lead->contact && $invoice->lead->contact->mobile && invoice_setting()->show_client_phone == 'yes') {{ $invoice->lead->contact->mobile }}
@endif @if ($invoice->lead->contact && $invoice->lead->contact->company_name && invoice_setting()->show_client_company_name == 'yes') {{ $invoice->lead->contact->company_name }}
@endif @if ($invoice->lead->contact && $invoice->lead->contact->address && invoice_setting()->show_client_company_address == 'yes') {!! nl2br($invoice->lead->contact->address) !!} @endif

@endif
@lang('modules.proposal.'.$invoice->status)
{!! $invoice->description !!}
@if (count($invoice->items) > 0)
@if($invoiceSetting->hsn_sac_code_show == 1) @endif @foreach ($invoice->items as $item) @if ($item->type == 'item') @if($invoiceSetting->hsn_sac_code_show == 1) @endif @if ($item->item_summary || $item->proposalItemImage) @endif @endif @endforeach
@lang('app.description')@lang("app.hsnSac")@lang('modules.invoices.qty') @lang("modules.invoices.unitPrice") ({{ $invoice->currency->currency_code }}) @lang("modules.invoices.tax") @lang("modules.invoices.amount") ({{ $invoice->currency->currency_code }})
{{ $item->item_name }}{{ $item->hsn_sac_code }}{{ $item->quantity }}@if($item->unit)
{{ $item->unit->unit_type }}@endif
{{ currency_format($item->unit_price, $invoice->currency_id, false) }} {{ $item->tax_list }} {{ currency_format($item->amount, $invoice->currency_id, false) }}
{!! nl2br(strip_tags($item->item_summary)) !!} @if ($item->proposalItemImage)

@endif
@if ($discount != 0 && $discount != '') @endif @foreach ($taxes as $key => $tax) @endforeach
@lang("modules.invoices.subTotal")
@lang("modules.invoices.discount")
{{ $key }}
@lang("modules.invoices.total")
@if ($discount != 0 && $discount != '') @endif @foreach ($taxes as $key => $tax) @endforeach
{{ currency_format($invoice->sub_total, $invoice->currency_id, false) }}
{{ currency_format($discount, $invoice->currency_id, false) }}
{{ currency_format($tax, $invoice->currency_id, false) }}
{{ currency_format($invoice->total, $invoice->currency_id, false) }}
@foreach ($invoice->items as $item) @if ($item->type == 'item') @endif @endforeach @if ($discount != 0 && $discount != '') @endif @foreach ($taxes as $key => $tax) @endforeach
@lang('app.description') @if ($item->item_summary != '' || $item->proposalItemImage) @endif
{{ $item->item_name }}
{!! nl2br(strip_tags($item->item_summary)) !!} @if ($item->proposalItemImage)

@endif
@lang('modules.invoices.qty') {{ $item->quantity }}
@lang("modules.invoices.unitPrice") ({{ $invoice->currency->currency_code }}) {{ currency_format($item->unit_price, $invoice->currency_id, false) }}
@lang("modules.invoices.amount") ({{ $invoice->currency->currency_code }}) {{ currency_format($item->amount, $invoice->currency_id, false) }}
@lang("modules.invoices.subTotal") {{ currency_format($invoice->sub_total, $invoice->currency_id, false) }}
@lang("modules.invoices.discount") {{ currency_format($discount, $invoice->currency_id, false) }}
{{ $key }} {{ currency_format($tax, $invoice->currency_id, false) }}
@lang("modules.invoices.total") {{ currency_format( $invoice->total, $invoice->currency_id, false) }}
@if (isset($invoiceSetting->other_info)) @endif
@lang('app.note')

{!! !empty($invoice->note) ? nl2br($invoice->note) : '--' !!}

@lang('modules.invoiceSettings.invoiceTerms')

{!! nl2br($invoiceSetting->invoice_terms) !!}

{!! nl2br($invoiceSetting->other_info) !!}

@if (isset($taxes) && invoice_setting()->tax_calculation_msg == 1)

@if ($invoice->calculate_tax == 'after_discount') @lang('messages.calculateTaxAfterDiscount') @else @lang('messages.calculateTaxBeforeDiscount') @endif

@endif
@endif
@if ($invoice->signature)
@if (!is_null($invoice->signature->signature))
@lang('modules.estimates.signature')
@else
@lang('modules.estimates.signedBy')
@endif

({{ $invoice->signature->full_name }})

@endif @if ($invoice->client_comment)

@lang('app.rejectReason')

{{ $invoice->client_comment }}

@endif
@push('scripts') @endpush