@includeIf('invoices.pdf.invoice_pdf_css') @if($invoiceSetting->locale == 'th') @endif @if ($inventory->type == 'quantity') @else @endif @foreach ($inventory->stocks as $item) @if ($inventory->type == 'quantity') @else @endif @endforeach
@lang('purchase::app.itemName')@lang('purchase::modules.product.quantityOnHand') @lang('purchase::modules.product.quabtityAdjusted')@lang('purchase::modules.product.changedValue') @lang('purchase::modules.product.adjustedValue')@lang('app.status')
{{ $item->product ? ucfirst($item->product->name) : '--' }}{{ $item->net_quantity }} {{ $item->quantity_adjustment }}{{ $item->changed_value }} {{ $item->adjusted_value }}{{ $item->status }}

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