About this Event
{{ $event->description }}
Event Details
Date & Time
{{ $event->event_date->format('l, F j, Y') }} at {{ $event->event_time->format('H:i') }}
@if($event->location)
Location
{{ $event->location }}
@endif
Capacity
{{ $event->availableSpots() }} of {{ $event->capacity }} spots available
Price
{{ number_format($event->price_per_person, 2) }} € per person
@if(session('success'))
@endif
@if(session('error'))
@endif
Make a Reservation
@if($event->isFull())
Event Full
This event has reached maximum capacity. Please check our other upcoming events.
@else
@endif