@extends('theme::layouts.app') @section('title') {{ $seo_setting->seo_title }} @endsection @section('front-content') {{-- hero slider --}} @include('theme::components.slider') {{-- booking form section --}} @include('theme::components.booking-form') {{-- about us section --}} @include('theme::components.about') {{-- package section --}} @include('theme::components.package') {{-- why choose section --}} @include('theme::components.why-choose') {{-- banner section --}} @include('theme::components.banner') {{-- destination section --}} @include('theme::components.destination') {{-- banner two section --}} @include('theme::components.banner-two') {{-- testimonial section --}} @include('theme::components.testimonial') {{-- blog section --}} @include('theme::components.blog') {{-- cta section --}} @include('theme::components.cta') @endsection