@includeIf('estimates.pdf.estimate_pdf_css') @if ($estimate->description)
{!! nl2br(pdfStripTags($estimate->description)) !!}
@endif @if ($invoiceSetting->hsn_sac_code_show) @endif @foreach ($estimate->items as $item) @if ($item->type == 'item') @if ($invoiceSetting->hsn_sac_code_show) @endif @if ($item->item_summary != '' || $item->estimateItemImage) @endif @endif @endforeach
@lang('app.description')@lang('app.hsnSac')@lang('modules.invoices.qty') @lang("modules.invoices.unitPrice") @lang("modules.invoices.tax") @lang("modules.invoices.amount") ({{ $estimate->currency->currency_code }})
{{ $item->item_name }} {{ $item->hsn_sac_code ?: '--' }} {{ $item->quantity }}
{{ $item->unit->unit_type }}
{{ currency_format($item->unit_price, $estimate->currency_id, false) }} {{ $item->tax_list }} {{ currency_format($item->amount, $estimate->currency_id, false) }}
{!! nl2br(pdfStripTags($item->item_summary)) !!} @if ($item->estimateItemImage)

@endif
@if ($estimate->note != '') @endif @if (isset($taxes) && $invoiceSetting->tax_calculation_msg == 1) @endif

@lang('modules.invoiceSettings.invoiceTerms')
{!! nl2br($invoiceSetting->invoice_terms) !!}

@if (isset($invoiceSetting->other_info))

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

@endif {{-- Custom fields data --}} @if (isset($fields) && count($fields) > 0)

@lang('modules.projects.otherInfo')

@foreach ($fields as $field) @endforeach @endif