@extends('layouts.master') @section('title')Products @endsection @section('css') @endsection @section('content') {{-- breadcrumbs --}} @section('breadcrumb') @component('components.breadcrumb') @slot('li_1') Ecommerce @endslot @slot('title') Products @endslot @endcomponent @endsection
Filters
Price
Sizes
Select Sizes
Colors
Customer Rating
Discount
@endsection @section('script') @endsection