@if($data['module']::getConfig('default_past') == false)

You're looking at only the upcoming events in this period.

@endif @if($data['module']::getConfig('default_past') == true)

You're looking at all events in this period.

@endif
Show Past Events @if($data['module']::getConfig('default_past') == false) @endif @if($data['module']::getConfig('default_past') == true) @endif @foreach ($data['categories'] as $parent_cat) @if (array_key_exists($parent_cat['link'], $data['selections'])) @endif @if(!empty($parent_cat['categories'])) @foreach ($parent_cat['categories'] as $second_level_cats) @if (array_key_exists($second_level_cats['link'], $data['selections'])) @endif @if(!empty($second_level_cats['categories'])) @foreach ($second_level_cats['categories'] as $third_level_cats) @if (array_key_exists($third_level_cats['link'], $data['selections'])) @endif @endforeach @endif @endforeach @endif @endforeach