@extends('web.app') @section('highlighted_section') @include('web.home.highlighted') @endsection @section('main-content') @include('web.home.section1') @include('web.home.counter_section') @include('web.home.section2') @include('web.home.sales_section') @include('web.home.section3') @include('web.home.sales_section1') @include('web.home.section4') {{-- @include('web.home.social_section') --}} @endsection @push('scripts') @endpush