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