Open Door RoomsBook a room

Three rooms in one old civic building

Make room for the thing.

Workshops, rehearsals, dinners, meetings, and the ideas that need a real table.
@if ($confirmed)
Your booking is confirmed. We saved the time and room.
@endif
@foreach ($rooms as $room)
{{ $room->capacity }} people

{{ $room->name }}

{{ $room->description }}

${{ number_format($room->hourly_rate / 100) }} per hour
@endforeach

Public booking form

Choose your time.

We lock the room while checking availability, so two people cannot reserve the same slot.

@csrf @if ($errors->any())
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif