@php $programme = $programmeSnapshot ?? null; $linkedItems = $linkedProgrammeItems ?? []; $sessionNoun = $sessionNoun ?? 'session'; @endphp @if(is_array($programme) && ! empty($programme['days']))
{{ $programme['title'] }}
@endif @if($linkedItems !== [])This session
{{ $item['time'] }}
@endif{{ $item['title'] ?? 'Item' }}
@if(! empty($item['host'])){{ $item['host'] }}
@endif{{ $item['time'] }}
@endif{{ $item['title'] ?? '' }}
@if(! empty($item['description'])){{ $item['description'] }}
@endif @if(! empty($item['location']) || ! empty($item['host']))@if(! empty($item['location'])){{ $item['location'] }}@endif @if(! empty($item['location']) && ! empty($item['host'])) ยท @endif @if(! empty($item['host'])){{ $item['host'] }}@endif
@endifNo programme linked to this {{ $sessionNoun }} yet.
@endif