@includeIf('invoices.pdf.invoice_pdf_css')

@lang('purchase::app.menu.inventory')

@if ($company && $company->company_name) {{ $company->company_name }}
@endif @if ($company && $company->company_email) {{ $company->company_email }}
@endif @if ($company && $company->address) {{ $company->address }}
@endif @if ($company && $company->company_phone) {{ $company->company_phone }}
@endif

@lang('purchase::app.menu.inventory') #{{ $inventory->id }}

@lang('purchase::modules.inventory.inventoryDateInSmall'): {{ $inventory->date->translatedFormat(company()->date_format) }}
@lang('purchase::modules.inventory.inventoryStatus'): {{ $inventory->status }}
@if ($invoiceSetting->hsn_sac_code_show) @endif @if ($inventory->type == 'quantity') @else @endif @foreach ($inventory->stocks as $item) @if ($invoiceSetting->hsn_sac_code_show) @endif @if ($inventory->type == 'quantity') @else @endif @endforeach
# @lang('purchase::app.itemName')@lang('app.hsnSac')@lang('purchase::modules.product.quantityOnHand') @lang('purchase::modules.product.quabtityAdjusted')@lang('purchase::modules.product.changedValue') @lang('purchase::modules.product.adjustedValue')@lang('app.status')
{{ ++$count }}

{{ $item->product ? ucfirst($item->product->name) : '--' }}

@if (!is_null($item->description))
{!! nl2br(strip_tags($item->description, ['p', 'b', 'strong', 'a'])) !!}
@endif @if ($item->files)

@endif

{{ $item->hsn_sac_code ? $item->hsn_sac_code : '--' }}

{{ $item->net_quantity }} {{ $item->quantity_adjustment }}{{ $item->changed_value }} {{ $item->adjusted_value }}{{ $item->status }}

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