Staff view

Upcoming bookings

@if (!$enabled)

Admin access is off. Add ADMIN_PASSWORD as a Project Secret and deploy again.

@elseif (!$authorized)
@csrf
@else
@foreach ($bookings as $booking)
{{ $booking->room->name }}

{{ $booking->purpose }}

{{ $booking->starts_at->format('D, M j · g:i A') }} to {{ $booking->ends_at->format('g:i A') }}

{{ $booking->name }} · {{ $booking->email }}

@endforeach
@endif Return to the public page