@if (($editPermission == 'all' || $editPermission == 'added') || ($deletePermission == 'all' || $deletePermission == 'added')) @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.description')
{{ $item->product ? ucfirst($item->product->name) : '--' }}{{ $item->net_quantity }} {{ $item->quantity_adjustment }}{{ $item->changed_value }} {{ $item->adjusted_value }}{{ $item->description }}