{{ $room->title }}

This {{ $room->isConference() ? 'conference' : 'meeting' }} is protected. Enter the passcode to continue.

@if ($errors->any())
{{ $errors->first() }}
@endif
@csrf