@extends('layouts.site') @section('title', 'Produse') @section('content') Home Odorizant Deschide filtre Închide {{-- --}} {{-- --}} {{-- Șterge toate filtrele--}} {{-- --}} {{-- --}} {{-- --}} {{-- Detergent--}} {{-- --}} {{-- --}} {{-- --}} {{-- Royal Canin--}} {{-- --}} {{-- --}} {{-- --}} {{-- Hill's--}} {{-- --}} {{-- --}} {{-- --}} {{-- Savo--}} {{-- --}} {{-- --}} {{-- --}} {{-- Areon--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} Categorii @foreach($categories as $category) {{ $category->name }} @endforeach Branduri @foreach($brands as $brand) {{ $brand->name }} @endforeach Toate produsele ({{ $productCount }}) Afișează produse old('pagination' == 30 ? 'selected' : '') }}> 30 old('pagination' == 60 ? 'selected' : '') }}> 60 old('pagination' == 90 ? 'selected' : '') }}> 90 Sortare după old('sort') == 'asc' ? 'selected' : '' }}> Preț ascendent old('sort') == 'desc' ? 'selected' : '' }}> Preț descendent {{-- Cele mai vandute--}} @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