{{ $room->title }}

@if ($room->scheduled_at)

{{ $room->scheduled_at->timezone($room->timezone)->format('l, j F Y · g:i A T') }}

@endif @if ($room->host_user_ref && ($host = \App\Models\User::query()->where('public_id', $room->host_user_ref)->first()))

Hosted by {{ $host->name }}

@endif @if ($room->description)

{{ $room->description }}

@endif @if ($errors->any())
{{ $errors->first() }}
@endif
@csrf @guest @if ($isWebinar ?? false) @endif @endguest @auth
Joining as {{ auth()->user()->name }}
@endauth @if ($room->setting('waiting_room', true) && ! ($user && $user->ownerRef() === $room->host_user_ref))

The host will admit you when the meeting is ready.

@endif
@guest

Have a Ladill account? Sign in

@endguest