@extends('layout.main') @push('title') {!!$destination->meta!!} @endpush @section('main-section')
We would be more than happy to help you. Our team advisor are 24/7 at your service to help you.
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text.
--}}{{$value}}
{{$value}}
Reviews
@foreach ($reviewData as $reviewRow) @if ($reviewRow->destination_id == $destination->id)-
@if ($reviewRow->image != null)
@else
@endif
{{$reviewRow->location}}
@endif
@endforeach
{{$reviewRow->name}} @for ($i = 1; $i <= 5; $i++) @if ($i <= $reviewRow->rating) @else @endif @endfor
{{$reviewRow->message}}