@extends('layouts.site') @section('title', 'Produse') @section('content')
Închide
{{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}
Categorii
Branduri

Toate produsele ({{ $productCount }})

Afișează produse
Sortare după
@foreach(request()->old() as $key => $value) @if($key != 'sort' || $key != '') @endif @endforeach
@include('site.product.partial.product-list')
{{ $products->appends(request()->except('page'))->links() }}
@endsection