@extends('layouts.public') @section('content') @push('styles') @endpush @push('scripts') @endpush
{{ $attraction->description }}
No additional photos available.
@endifNo facilities listed.
@endif{{ $ticket->description }}
No ticket options listed yet.
@endifNo reviews yet. Be the first to review this amazing attraction!
@else{{ $review->user ? $review->user->name : 'Anonymous' }}
{{ $review->created_at->format('d M Y') }}
{{ $review->comment }}
{{ $relatedAttraction->city }}, {{ $relatedAttraction->province }}
{{ Str::limit($relatedAttraction->description, 50) }}
No related attractions found.
@endforelse