@extends('layouts.front') @section('title', $destinations->title . ' - ToursTravel Kenya') @section('page') @include('partials.navbar')

{{ $destinations->title }}

{{ $destinations->description }}

{{ $destinations->title }}

{{ $destinations->description }}

About This Destination

{{ $destinations->content }}

Ready to Book Your Adventure?

Experience the beauty and culture of {{ $destinations->title }}. Our expert guides will ensure an unforgettable journey.

Book Now
Best Rates Guaranteed
Starting From
KSH {{ number_format($destinations->price) }}
per person
Duration
{{ $destinations->duration ?? 'Contact us' }}
Group Size
{{ $destinations->group_size ?? 'Flexible' }}
Tour Type
{{ $destinations->tour_type ?? 'General' }}
Rating
@if($destinations->reviews_count > 0) {{ number_format($destinations->average_rating, 1) }}/5 ({{ $destinations->reviews_count }} {{ Str::plural('review', $destinations->reviews_count) }}) @else No reviews yet @endif
Find Destinations
@if(isset($tags) && count($tags) > 0)
Popular Tags
@foreach ($tags as $tag) {{ $tag->name }} @endforeach
@endif @if(isset($categories) && count($categories) > 0)
Categories
@endif
Need Help?

Our travel experts are here 24/7

+254 712 345 678 Get Quote
@include('partials.footer') @endsection