categories

@foreach(\App\Models\Category::where('status', 1)->get() as $category)
{{ $category->title }}
@endforeach
Cashback
@livewire('partials.hot-selling-products') @livewire('partials.latest-products')