@extends('partials.main') @section('title') {{ $tour->title }} @endsection @section('content')

{{ $tour->title }}

Get ready to embark on the journey of a lifetime as we explore three extraordinary destinations on Sri Lanka

  1. Home
  2. {{ $tour->title }}

{{ $tour->description }}

@foreach ($des as $item)

{{ $item->title }}

{!! $item->description !!}

@php $images = App\Models\CruiseDesImage::where('des_id', $item->id)->get(); @endphp
@endforeach

Request Free Quote

@csrf
Salutation :
@endsection