@extends('frontend.layouts.master')
@section('title')
@parent || Explore the diversity of world with us
@stop
@section('main-content')
@include('frontend.parts._popular-packages')
@include('frontend.parts._last-minute-deal')
@include('frontend.parts._tours')
@include('frontend.parts._top-destinations')
@include('frontend.parts._trip-adv')
@include('frontend.parts._deal-of-month')
@include('frontend.parts._testimonials')
@include('frontend.parts._countdown')
@include('frontend.parts._blogs')
@stop
@section('js')
@parent
@stop