{{-- --}} @foreach ($adjustment_products as $key => $adjustment) {{-- --}} @endforeach
{{ __('#') }}{{ __('Laboratory') }} {{ __('Particulars') }} {{ __('Transaction type') }} {{ __('Unit') }} {{ __('Type') }} {{ __('Code') }} {{ __('Quantity') }}
{{ $key + 1 }} {{ $adjustment->adjustment->branch->name }} {{-- {{$adjustment['adjustment']['branch']['name']}} --}} {{-- {{$adjustment['product']['product_category']['name']}} --}} {{ $adjustment['product']['name'] }} {{ $adjustment['product']['description'] }} {{-- {{$adjustment['type']}} --}} @if ($adjustment['type'] == 1) In {{-- {{__('In stock')}} --}} @else Out {{-- {{__('Out stock')}} --}} @endif @if (isset($adjustment['product']['product_unit']['name'])) {{ $adjustment['product']['product_unit']['name'] }} @endif @if (isset($adjustment['product']['product_type']['name'])) {{ $adjustment['product']['product_type']['name'] }} @endif {{ $adjustment['product']['code'] }} {{ $adjustment['quantity'] }}