diff --git a/resources/views/meet/partials/programme-agenda.blade.php b/resources/views/meet/partials/programme-agenda.blade.php index b0b8533..26ac2fc 100644 --- a/resources/views/meet/partials/programme-agenda.blade.php +++ b/resources/views/meet/partials/programme-agenda.blade.php @@ -4,23 +4,23 @@ @endphp @if(is_array($programme) && ! empty($programme['days'])) -
{{ $programme['title'] }}
@endif @if($linkedItems !== []) -Linked to this session
-Linked to this session
+{{ $item['time'] }}
@endif - {{ $item['title'] ?? 'Item' }} +{{ $item['title'] ?? 'Item' }}
@if(! empty($item['host'])) - · {{ $item['host'] }} +{{ $item['host'] }}
@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['host'])) · {{ $item['host'] }}@endif -
- @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 +
+ @endif{{ $programme['title'] }}
+{{ $programme['title'] }}
@endif @if($linkedItems !== [])This session
+This session
{{ $item['time'] }}
@endif - {{ $item['title'] ?? 'Item' }} +{{ $item['title'] ?? 'Item' }}
@if(! empty($item['host'])) - · {{ $item['host'] }} +{{ $item['host'] }}
@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['host'])) · {{ $item['host'] }}@endif -
- @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.
+No programme linked to this {{ $sessionNoun }} yet.
@endif