@foreach($product_warehouses as $key=> $row) {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{ $row->product->currentDescription?->title }} {{ $row->warehouse->currentDescription?->title }} {{ $row->option->currentDescription?->title ?? __('product_warehouses.main_cost') }} {{ $row->quantity }} {{-- {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }}--}} {{-- --}} {{-- --}} {{-- --}} @endforeach @if(count($product_warehouses) && $product_warehouses->hasPages()) {{ $product_warehouses->links('pagination::bootstrap-5') }} @endif