@php $programme = $room->setting('programme_snapshot'); $linkedItems = (array) $room->setting('linked_programme_items', []); @endphp @if(is_array($programme) && ! empty($programme['days']))
{{ $programme['title'] }}
@endif @if($linkedItems !== [])Linked to this session
{{ $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['host'])) · {{ $item['host'] }}@endif
@endif