@if($products->count() > 0) @foreach($products as $inven)
Something {{--
--}} {{--

--}} {{-- مكان التخزين --}} {{--
--}} {{-- المخزن :{{ $inven->inventroy }} كونتينر رقم : {{ $inven->section }} رف رقم : {{ $inven->raf }}--}} {{--

--}} {{--
--}}

@endforeach
{{$products->appends(request()->query())->links()}}
@else
فارغ لايوجد منتجات
@endif