@extends('layout.main') @push('title') {!!$destination->meta!!} @endpush @section('main-section') {{$destination->name}} Home Destination {{$destination->name}} Overview Gallery Map Reviews {{--{{$destination->name}} Overview @for ($i = 1; $i <= 5; $i++) @if ($i <= $destination->rating) @else @endif @endfor Location {{$destination->location->name}} Destination {{$destination->name}} Price {{$destination->price}} Time Period {{$destination->time_period}} Destination Rating @for ($i = 1; $i <= 5; $i++) @if ($i <= $destination->rating) @else @endif @endfor --}} {!! $destination->description !!} @foreach ($destination->destination_gallery as $image) Image {{$loop->iteration}} @endforeach @foreach($reviewData as $reviewRow) @if($reviewRow->destination_id == $destination->id) @if($reviewRow->image != null) @else @endif {{$reviewRow->name}} {{$reviewRow->location}} @for ($i = 1; $i <= 5; $i++) @if ($i <= $reviewRow->rating) @else @endif @endfor {!! $reviewRow->description!!} @endif @endforeach Add Review Find your dream tour today {!! csrf_field() !!} @error('name') {{$message}} @enderror @error('email') {{$message}} @enderror @error('phone') {{$message}} @enderror @error('location') {{$message}} @enderror Rating out of Five ★ ★★ ★★★ ★★★★ ★★★★★ {{old('msg')}} @error('msg') {{$message}} @enderror Confirm Booking ₹ {{$destination->price}} Price Book Destination Find your dream tour today {!! csrf_field() !!} @error('name') {{$message}} @enderror @error('email') {{$message}} @enderror @error('phone') {{$message}} @enderror @error('pickup') {{$message}} @enderror @error('pickup_date') {{$message}} @enderror @foreach($destinationData as $destinationRow) id == $destination->id) selected @endif>{{$destinationRow->name}} @endforeach Select Car @foreach($vehicleData as $vehicleRow) {{$vehicleRow->name}} @endforeach Confirm Booking @endsection
{{$reviewRow->location}}
{!! $reviewRow->description!!}
Find your dream tour today