@include('website.layouts.header')

Let's travel the world with us

Explore The World With WOW TRIPZ

The best travel agency
Discover the world with our guide

Wow Tripz is a professional travel agency offering memorable holiday experiences across the globe. With over 20 years of industry expertise, we specialize in both domestic and international tour packages, including destinations like Bali, Dubai, Thailand, Europe, Maldives, and popular locations within India. Our team is dedicated to helping you plan the perfect vacation—whether it’s a family trip, honeymoon, solo adventure, or corporate tour. With 150+ destinations to choose from, personalized support, and affordable pricing, Wow Tripz is your trusted partner in travel.

  • 20 Years of Experience

  • 150+ Tour Destinations

For information

858997921
. wow tripz . wow tripz . wow tripz . wow tripz
@if($packages->where('is_popular', true)->count() > 0)
Choose your place
Popular Tours
@foreach($packages as $index => $package) @php $imageRaw = $package->images->first()->image_path ?? ''; $imagePaths = json_decode($imageRaw, true); if (is_array($imagePaths)) { $imagePath = $imagePaths[0] ?? ''; } else { $imagePath = trim($imageRaw, '"'); } @endphp @if($index === 0)
{{ $package->title }}
${{ number_format($package->discount_price ?? $package->original_price, 2) }}
  • @if(!empty($package->duration_days)) {{ $package->duration_days }} Day{{ $package->duration_days > 1 ? 's' : '' }} @endif @if(!empty($package->duration_nights)) {{ !empty($package->duration_days) ? ' / ' : '' }} {{ $package->duration_nights }} Night{{ $package->duration_nights > 1 ? 's' : '' }} @endif
  • @php $min = intval($package->group_min); $max = intval($package->group_max); @endphp @if($min && $max) @if($min == $max)
  • {{ $min }}
  • @else
  • {{ $min }} - {{ $max }}
  • @endif @elseif($min)
  • {{ $min }}+
  • @elseif($max)
  • Up to {{ $max }}
  • @endif
  • @if (!empty($package->destination)) {{ $package->destination->first()->name }} @else N/A @endif
@elseif($index < 5)
{{ $package->title }}
${{ number_format($package->discount_price ?? $package->original_price, 2) }}
  • {{ $package->duration_days }} Days
  • @php $min = intval($package->group_min); $max = intval($package->group_max); @endphp @if($min && $max) @if($min == $max)
  • {{ $min }}
  • @else
  • {{ $min }} - {{ $max }}
  • @endif @elseif($min)
  • {{ $min }}+
  • @elseif($max)
  • Up to {{ $max }}
  • @endif
  • @if (!empty($package->destination)) {{ $package->destination->first()->name }} @else N/A @endif
@endif @endforeach
@endif

{{ $statistics->trips_crafted ?? 0 }}

Trips Crafted

{{ $statistics->amazing_tours ?? 0 }}

Amazing Tour

{{ $statistics->happy_travelers ?? 0 }}

Happy Travelers

{{ $statistics->loyal_members ?? 0 }}

Loyal Members
@if($popularDestinations->count())
Top Destination
Popular Destination
@else
Top Destination
Popular Destination

No popular destinations available at the moment.

@endif
@if($latestPackage)

{{ $latestPackage->title }}

@if (!empty($latestPackage->destination) && !empty($latestPackage->destination->name)) {{ $latestPackage->destination->name }} @else N/A @endif    @php $days = $latestPackage->duration_days ?? 0; $nights = $latestPackage->duration_nights ?? 0; @endphp @if((!empty($days) && $days > 0) || (!empty($nights) && $nights > 0)) @if(!empty($days) && $days > 0) {{ $days }} Day{{ $days > 1 ? 's' : '' }} @endif @if(!empty($days) && $days > 0 && !empty($nights) && $nights > 0) + @endif @if(!empty($nights) && $nights > 0) {{ $nights }} Night{{ $nights > 1 ? 's' : '' }} @endif @endif

@endif
Most Popular
Travel Countries
@if($mostPopularCountries->count() > 0) @foreach($mostPopularCountries as $key => $country)
@if($key % 2 == 0) {{-- Text Left, Carousel Right --}}
{{ $country->name }}

{{ $country->description ?? 'Exciting tours await you across this country.' }}

@php $destinations = $country->packages->pluck('destination')->unique('id')->take(6); @endphp @foreach($destinations->chunk(3) as $chunk)
    @foreach($chunk as $destination)
  • {{ $destination->name }}
  • @endforeach
@endforeach
@else {{-- Carousel Left, Text Right --}}
{{ $country->name }}

{{ $country->description ?? 'Exciting tours await you across this country.' }}

@foreach($country->packages->chunk(3) as $chunk)
    @foreach($chunk as $package)
  • {{ $package->destination->name }}
  • @endforeach
@endforeach
@endif
@endforeach
@else

No popular countries available at the moment.

@endif
Travel Blog
Travel Experience
@if($blogs->count() > 0)
@else

No blog posts available at the moment.

@endif

@for($i = 0; $i < 5; $i++) @endfor

We Provide Top Destinations Especially For You — Book Now and Enjoy!

Call Now

858997921

Call us, it's toll-free.

Testimonials

Travelers Reviews

@include('website.layouts.footer')