@includeIf('estimates.pdf.estimate_pdf_css') @if ($estimate->description)
{!! nl2br( strip_tags($estimate->description, [ 'p', 'b', 'strong', 'a', 'ul', 'li', 'ol', 'i', 'u', 'em', 'blockquote', 'img', ]), ) !!}
@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) */
@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 }})
{{ ucfirst($item->item_name) }} {{ $item->hsn_sac_code ?: '--' }} {{ $item->quantity }}
{{ $item->unit->unit_type }}
{{ currency_format($item->unit_price, $estimate->currency_id, false) }} {{ strtoupper($item->tax_list) }} {{ currency_format($item->amount, $estimate->currency_id, false) }}
{!! nl2br(strip_tags($item->item_summary, ['p', 'b', 'strong', 'a'])) !!} @if ($item->estimateItemImage)

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

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

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

@lang('modules.projects.otherInfo')

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