@extends('frontend.layouts.master') @section('title') {{ __('header.home_title') }} @endsection @section('main-content') @include('frontend.layouts.notification') @php $banners = $banners ?? []; @endphp
@if(count($banners) > 0) @endif
Why chose us

Our Unique Offerings

Expert Guidance

Access to knowledgeable travel agents we can provide personalized and insights based on your preferences and budget.

Time Efficiency

Save time by letting professionals handle itinerary planning, booking accommodations, transportation, and activities.

Stress Reduction

Minimize stress and hassle associated with trip planning, especially for complex itineraries or unfamiliar destinations.

Safety and Security

Benefit from enhanced safety measures, emergency support, and assistance in case of circumstances during your travels.

Destinations

Featured Destinations

@if($destinations->isNotEmpty()) @foreach($destinations as $destination)
image
{{$destination->title}}
{{--

90+ Tours

--}}
@endforeach @else
image
{{--
--}}
No destination found

No destination found

@endif
OUR STATISTICS

No Reason To Hesitate

{{--
@if($tours->isNotEmpty()) @foreach($tours as $tour)
4.8 (313 Ratings)
{{ $tour->title }}
${{ $tour->price }} per Person
{{ $tour->number_of_days }} {{ $tour->number_of_days == 1 ? 'day' : 'days' }}
@endforeach @endif
--}}
mask
shape
GET STARTED NOW

Ultimate Adventure Awaits!

Are you ready?

@if($statistics->isNotEmpty()) @foreach($statistics as $statistic)

{{$statistic->price}}

{{$statistic->title}}

@endforeach @endif
Tours

Featured Tours

{{--
image
Get Featured Tours

Book Your Tickets Now

--}}
@if($trending_tours && count($trending_tours) > 0) @foreach($trending_tours as $trending_tour)
({{ $trending_tour->views }} Views)
{{ Str::limit($trending_tour->title, 50) }}
${{ number_format($trending_tour->price, 2) }}
{{$trending_tour->number_of_days}} {{$trending_tour->number_of_days == 1 ? 'day' : 'days'}}
@endforeach @else {{-- Fallback static content if no trending tours --}}
0 Views
Coming Soon
$0.00
0 days
@endif
Testimonials

Customers Feedback

@if($testimonials->isNotEmpty()) @foreach($testimonials as $testimonial)
{{$testimonial->name}}

{{$testimonial->position}}

{{-- --}}
shape

{!!$testimonial->message!!}

@endforeach @endif
Our Updates

Recent Updates

@if($recent_posts->isNotEmpty()) @foreach($recent_posts as $post)
@endforeach @endif
Our Team

Ready To Serve You

@if($teams->isNotEmpty()) @foreach($teams as $team)
image
{{$team->name}}
{{$team->position}}
@endforeach @endif
shape
shape
shape
shape
shape
{{-- image --}}

Subscribe To Our Mailing List & Stay Up To Date

Get exclusive access to our latest updates and offers by subscribing to our newsletter

@csrf
@endsection