@if(empty($testimonials ?? []) || count($testimonials ?? []) === 0)
@else
@foreach($testimonials as $testimonial)
{{ $testimonial->rating }}
@endforeach
@endif
Testimonials Coming Soon
We're working on gathering feedback from our amazing travelers. Check back soon for real testimonials!
{{ $testimonial->title }}
{{ $testimonial->content }}
{{ $testimonial->name }}
{{ $testimonial->location }}