@extends('theme::layouts.app') @section('title') {{ $seo_setting->seo_title }} @endsection @section('front-content') {{-- hero section --}} @include('theme::components.hero') {{-- partner section --}} @include('theme::components.partner') {{-- destination section --}} @include('theme::components.destination') {{-- banner section --}} @include('theme::components.banner') {{-- package section --}} @include('theme::components.package') {{-- why choose section --}} @include('theme::components.why-choose') {{-- counter section --}} @include('theme::components.counter') {{-- testimonial section --}} @include('theme::components.testimonial') {{-- blog section --}} @include('theme::components.blog') @endsection