@include('website.layouts.header')

Visa-Free Destinations

@foreach($countries as $country)

@forelse($country->packages as $package) @php $imageRaw = $package->images->first()->image_path ?? ''; $imagePaths = json_decode($imageRaw, true); if (is_array($imagePaths)) { $imagePath = $imagePaths[0] ?? ''; } else { $imagePath = trim($imageRaw, '"'); } $imagePath = $imagePath ?: asset('assets/img/default.jpg'); $routeParamKey = !empty($package->slug) ? $package->slug : $package->id; @endphp
{{ $package->title }}
{{ $package->title }}

{{ Str::limit($package->description, 100) }}

@if($package->duration_days || $package->duration_nights) Duration: @if($package->duration_days) {{ $package->duration_days }}D @endif @if($package->duration_days && $package->duration_nights)/@endif @if($package->duration_nights) {{ $package->duration_nights }}N @endif @endif

@if($package->group_min && $package->group_max) Group Size: {{ $package->group_min }} - {{ $package->group_max }} @endif

View Tour
@empty

No packages listed under this country.

@endforelse
@endforeach

@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')