{{__('Products')}}
@php $products_count=0; @endphp @if(isset($adjustment)) @foreach($adjustment['products'] as $product) @php $products_count++; @endphp @endforeach @elseif(old('products')) @foreach(old('products') as $product) @php $products_count++; @endphp @endforeach @endif
{{__('Product')}} {{__('Quantity')}} {{__('Type')}} {{__('Note')}}