@foreach($data['programs'] as $program)
{{ $program['title'] }} @if(!empty($program['audio_tour_tag']))

{{ $program['audio_tour_tag']['label'] }}

@endif
@if(!empty($program['tags'])) @foreach(array_slice($program['tags'], 0, 2) as $tag) {{ is_array($tag) ? ($tag['label'] ?? '') : $tag }} @endforeach @endif @if (count($program['tags']) > 2) + {{ count($program['tags']) - 2 }} @endif

{{ $program['title'] }}

@foreach($program['more_info'] as $info) @if ($info['icon']!='')
icon

{{ $info['title'] }}

@endif @endforeach
@foreach($program['more_info'] as $info) @if($loop->last && strpos($info['title'], 'sessions') !== false)

{{ $info['title'] }}

@endif @endforeach {{-- @if($program['enableButton']) --}} {{ $program['buttonText'] }} {{-- @endif --}}
@endforeach