@extends('frontend.layouts.master')
@section('content')
@include('frontend.home.components.slider')
@include('frontend.home.components.why-choose')
@include('frontend.home.components.offer-item')
@include('frontend.home.components.menu-item')
@include('frontend.home.components.ad-slider')
@include('frontend.home.components.team')
@include('frontend.home.components.app-download')
@include('frontend.home.components.testimonial')
@include('frontend.home.components.counter')
@include('frontend.home.components.blog')
@endsection