@if (invoice_setting()->locale == 'ru') @else @endif @if ($proposalTemplate->description)
{!! pdfStripTags($proposalTemplate->description) !!}
@endif @if ($invoiceSetting->hsn_sac_code_show) @endif @foreach ($proposalTemplate->items as $item) @if ($item->type == 'item') @if ($invoiceSetting->hsn_sac_code_show) @endif @if ($item->item_summary != '' || $item->proposalTemplateItemImage)
@lang('app.description')@lang("app.hsnSac")@lang('modules.invoices.qty') @lang("modules.invoices.unitPrice") @lang("modules.invoices.tax") @lang("modules.invoices.amount") ({{ $proposalTemplate->currency->currency_code }})
{{ $item->item_name }}{{ $item->hsn_sac_code ? $item->hsn_sac_code : '--' }}{{ $item->quantity }}
{{ $item->unit->unit_type }}
{{ currency_format($item->unit_price, $proposalTemplate->currency_id, false) }} {{ $item->tax_list }} {{ currency_format($item->amount, $proposalTemplate->currency_id, false) }}
{!! nl2br(pdfStripTags($item->item_summary)) !!} @if ($item->proposalTemplateItemImage)

@endif
@endif @endif @endforeach @if ($invoiceSetting->other_info) @endif