@extends('layouts.frontend') @section('content') @include('frontend.home.search') @include('frontend.home.banner') @include('frontend.home.category') @include('frontend.home.flashsale') {{--

You can change your display to a dark background using a dark mode.

--}} @include('frontend.home.product') @include('frontend.home.cta') @include('frontend.home.trending') @include('frontend.home.coupon') @include('frontend.home.featured') @include('frontend.home.collection') @include('frontend.home.product') @endsection