@includeIf('invoices.pdf.invoice_pdf_css') @if ($invoiceSetting->locale == 'ru') @else @endif @if ($proposal->description)
{!! pdfStripTags($proposal->description) !!}
@endif @if (count($proposal->items) > 0) @if ($invoiceSetting->hsn_sac_code_show) @endif @foreach ($proposal->items as $item) @if ($item->type == 'item') @if ($invoiceSetting->hsn_sac_code_show) @endif @if ($item->item_summary != '' || $item->proposalItemImage) @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") ({{ $proposal->currency->currency_code }})
{{ $item->item_name }}{{ $item->hsn_sac_code ? : '--' }}{{ $item->quantity }}
{{ $item->unit->unit_type }}
{{ currency_format($item->unit_price, $proposal->currency_id, false) }} {{ $item->tax_list }} {{ currency_format($item->amount, $proposal->currency_id, false) }}
{!! nl2br(pdfStripTags($item->item_summary)) !!} @if ($item->proposalItemImage)

@endif
@if ($proposal->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 @endif