@include('partials.favicon') @vite(['resources/css/app.css']) @php $eventName = $eventContent['name'] ?? $event->label; $brandColor = $programmeSnapshot['brand_color'] ?? '#4f46e5'; @endphp

Speaker access

{{ $eventName }}

@php $sessionTopic = trim((string) ($assignments[0]['session'] ?? ($virtualSessions[0]['title'] ?? ''))); @endphp

Hi {{ $speaker['name'] }}@if($sessionTopic !== ''), you are speaking on {{ $sessionTopic }}@endif

@if(!empty($eventContent['starts_at']) || !empty($eventContent['location']))
@if(!empty($eventContent['starts_at']))

When: {{ $eventContent['starts_at'] }}

@endif @if(!empty($eventContent['location']))

Where: {{ $eventContent['location'] }}

@endif
@endif @if(count($assignments))

Your sessions

@endif @if(count($virtualSessions))

Join virtual stage

Use these links when it is time to go live. No attendee registration required — you will enter the speaker waiting area.

@foreach($virtualSessions as $session) {{ $session['title'] }} {{ $session['type'] }} @endforeach
@endif @if($programmeSnapshot)

{{ $programmeSnapshot['title'] ?? 'Programme' }}

@if(!empty($programmeSnapshot['subtitle']))

{{ $programmeSnapshot['subtitle'] }}

@endif
@foreach($programmeSnapshot['days'] ?? [] as $day)

{{ $day['label'] ?? 'Day' }}@if(!empty($day['date'])) · {{ $day['date'] }}@endif

    @foreach($day['items'] ?? [] as $item)
  • @if(!empty($item['time'])) {{ $item['time'] }} @endif

    {{ $item['title'] ?? '' }}

    @if(!empty($item['host']))

    {{ $item['host'] }}

    @endif
  • @endforeach
@endforeach
@endif

Bookmark this page — it has everything you need on event day.