@php $eventCategoryFilters = (!empty($event) and !empty($event->category)) ? $event->category->filters : null; $eventFilterOptions = (!empty($event) and !empty($event->category)) ? $event->filterOptions->pluck('filter_option_id')->toArray() : []; @endphp