@extends('layouts.app') @section('title', 'Products — Jumia Clone') @section('content')
{{-- ── Breadcrumb ── --}} {{-- ── Mobile Filter Bar ── --}}
{{-- Sort chips --}} @foreach(['created_at' => 'Latest', 'popular' => 'Popular', 'price_asc' => 'Price ↑', 'price_desc' => 'Price ↓', 'rating' => 'Rating'] as $val => $label) @endforeach
{{-- ── Sidebar Filters (desktop) ── --}} {{-- ── Main Content ── --}}
{{-- Results count (desktop) --}} {{-- Loading skeletons --}}
@for($i = 0; $i < 12; $i++)
@endfor
{{-- Empty state --}}
🔍

No products found

Try adjusting your search or filters

{{-- Product grid --}}
{{-- Load more --}}
{{-- Loading more indicator --}}
{{-- ── Mobile Filter Drawer ── --}}

Filters

{{-- Categories --}}

Category

@foreach($sidebarCats as $slug => $name) @endforeach
{{-- Price --}}

Price Range

@endsection @section('head') @endsection