@if (invoice_setting()->locale == 'ru') @else @endif @if ($proposalTemplate->description)
{!! strip_tags($proposalTemplate->description, ['p', 'b', 'strong', 'a', 'ul', 'li', 'ol', 'i', 'u', 'em', 'blockquote', 'img']) !!}
@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"){{ucwords($proposalTemplate->units->unit_type)}} @lang("modules.invoices.unitPrice") @lang("modules.invoices.tax") @lang("modules.invoices.amount") ({{ $proposalTemplate->currency->currency_code }})
{{ ucfirst($item->item_name) }}{{ $item->hsn_sac_code ? $item->hsn_sac_code : '--' }}{{ $item->quantity }} {{ currency_format($item->unit_price, $proposalTemplate->currency_id, false) }} {{ $item->tax_list }} {{ currency_format($item->amount, $proposalTemplate->currency_id, false) }}
{!! nl2br(strip_tags($item->item_summary, ['p', 'b', 'strong', 'a'])) !!} @if ($item->proposalTemplateItemImage)

@endif
@endif @endif @endforeach