Deploy Ladill Meet / deploy (push) Successful in 47s
Redesign public join flows on the Frontdesk kiosk template, enforce host admission when waiting room is enabled, and collect star ratings after leave. Co-authored-by: Cursor <cursoragent@cursor.com>
9 lines
536 B
PHP
9 lines
536 B
PHP
<x-meet-kiosk-layout :title="'Meeting cancelled'" :organization="$organization ?? null" eyebrow="Ladill Meet">
|
|
<div class="flex min-h-[calc(100vh-8rem)] flex-col items-center justify-center text-center">
|
|
<div class="w-full max-w-md rounded-3xl border border-slate-200 bg-white p-8 shadow-sm">
|
|
<h1 class="text-2xl font-bold text-slate-900">{{ $room->title }}</h1>
|
|
<p class="mt-3 text-sm text-slate-600">This meeting has been cancelled by the host.</p>
|
|
</div>
|
|
</div>
|
|
</x-meet-kiosk-layout>
|