@extends('frontend.layouts.app') @section('frontend_title', 'Tushar Enterprise') @section('frontend_content') {{-- header area --}} {{-- navbar area --}}
@include('frontend.home.intro-section') @include('frontend.home.featured-content') @include('frontend.home.offer-deal') @include('frontend.home.deal&outlet') {{-- @include('frontend.home.brand-list') --}}

@include('frontend.home.trading')

{{-- @include('frontend.home.top-selling') --}}

@include('frontend.home.support-info') @include('frontend.home.social-offer')
{{-- footer area --}} @endsection