@props([ 'room', 'events' => [], 'expectedType' => 'town_hall', 'submitLabel' => 'Link event', 'submitClass' => 'btn-primary btn-primary-lg w-full', ]) @if ($events === [])

No virtual or hybrid events found in your Ladill Events account.

Create event in Events
@else
@csrf

Pick an empty session matching this {{ $room->isConference() ? 'conference' : 'webinar' }}, or leave blank to attach to the first available {{ $expectedType === 'town_hall' ? 'conference' : 'webinar' }} slot.

@endif