Files
ladill-meet/resources/views/meet/join/cancelled.blade.php
T
isaaccladandCursor 5e85a4eaa1
Deploy Ladill Meet / deploy (push) Successful in 30s
Fix meeting audio attach, prune left tiles, drop Ladill Meet eyebrow.
Attach remote audio tracks for playback, remove stale participant cards on
leave, and remove the redundant Ladill Meet label from kiosk join pages.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-01 13:57:25 +00:00

9 lines
514 B
PHP

<x-meet-kiosk-layout :title="'Meeting cancelled'" :organization="$organization ?? null">
<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>