Webinar

{{ $room->title }}

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

@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).
@include('meet.partials.events-integration', ['room' => $room])

Join link (hosts & panelists)

@if ($room->canRestart())
@csrf
@endif Download iCal @if ($room->sessions->isNotEmpty()) Attendance CSV @endif
@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