Webinar

{{ $room->title }}

{{ config('meet.room_statuses')[$room->status] ?? $room->status }}

@if(! empty($eventsEventUrl)) View in Ladill Events → @endif
@if ($room->canRestart())
@csrf
@endif
@if ($errors->any())
{{ $errors->first() }}
@endif @if (session('success'))
{{ session('success') }}
@endif
Billed at GHS {{ number_format(config('meet.billing.price_per_participant_ghs', 0.30), 2) }} per participant (peak attendance when the session ends).

Registration link

Join link (hosts & panelists)

Download iCal QR code @if ($room->sessions->isNotEmpty()) Attendance CSV @endif Manage invitations @if ($room->canRestart() && ($room->status === 'ended' || $room->sessions->isNotEmpty()))
@csrf
@endif Registrations Registration page
@if ($room->passcode)

Passcode: {{ $room->passcode }}

@endif @if ($room->scheduled_at)

Scheduled: {{ $room->scheduled_at->timezone($room->safeTimezone())->format('M j, Y g:i A T') }}

@endif @if ($room->status === 'scheduled')
@csrf

Stage layout

@endif
@include('meet.partials.programme-agenda', ['room' => $room]) @php $recordings = $room->sessions->flatMap->recordings->sortByDesc('created_at'); $summaries = $room->sessions->flatMap->aiSummaries->where('status', 'ready')->sortByDesc('created_at'); @endphp @if ($recordings->isNotEmpty())

Recordings

@endif @if ($summaries->isNotEmpty())

AI summaries

@endif @if ($room->sessions->isNotEmpty())

Sessions

    @foreach ($room->sessions as $session)
  • {{ $session->started_at?->format('M j, Y g:i A') ?? 'Pending' }} {{ $session->peak_participants }} participants · {{ config('meet.session_statuses')[$session->status] ?? $session->status }}
  • @endforeach
@endif @if ($room->status === 'scheduled')
@csrf
@endif