@includeIf('invoices.pdf.invoice_pdf_css') @if ($invoiceSetting->locale == 'ru') @else @endif @if($invoiceSetting->hsn_sac_code_show) @endif @foreach ($creditNote->items as $item) @if ($item->type == 'item') @if($invoiceSetting->hsn_sac_code_show) @endif @if ($item->item_summary != '' || $item->creditNoteItemImage) {{-- DOMPDF HACK FOR RENDER IN TABLE --}}
@lang('app.description')@lang("app.hsnSac")@lang('modules.invoices.qty') @lang("modules.invoices.unitPrice") @lang("modules.invoices.tax") @lang("modules.invoices.amount") ({{ $creditNote->currency->currency_code }})
{{ ucfirst($item->item_name) }} {{ $item->hsn_sac_code ? $item->hsn_sac_code : '--' }}{{ $item->quantity }}@if($item->unit)
{{ $item->unit->unit_type }}@endif
{{ currency_format($item->unit_price, $creditNote->currency_id, false) }} {{ strtoupper($item->tax_list) }} {{ currency_format($item->amount, $creditNote->currency_id, false) }}
{!! nl2br(strip_tags($item->item_summary, ['p', 'b', 'strong', 'a'])) !!} @if ($item->creditNoteItemImage)

@endif
{{-- DOMPDF HACK FOR RENDER IN TABLE --}} @endif @endif @endforeach @if ($creditNote->note != '') @endif @if (isset($taxes) && $invoiceSetting->tax_calculation_msg == 1) @endif