@php use Illuminate\Support\Facades\Log; @endphp @extends('layouts.master') @section('title') @lang('translation.products') @endsection @section('css') {{-- Sweet alert popup--}} @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Ecommerce @endslot @slot('title') Products @endslot @endcomponent
Filters

Categories

Price

Min Price: $
Max Price: $

@include('components.list-brand-card')

Select
Result
@include('components.list-product-card')
Action
@endsection @section('script') @endsection