@if (collect(request()->segments())->last()=='ar') @else @endif
@foreach ($data['dates']['single_dates'] as $date)

{{ $date['top_text'] }}

{{ $date['middle_text'] }}

{{ $date['bottom_text'] }}

@endforeach
@foreach ($data['dates']['clubbed_dates'] as $clubbed_dates)

{{ $clubbed_dates['top_text'] }}

{{ $clubbed_dates['middle_text'] }}

{{ $clubbed_dates['bottom_text'] }}

@endforeach
{{ (collect(request()->segments())->last() == 'en') ? 'See all Events' : 'اكتشف البرامج ' }}
@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