@if ($type == 'property')
@if (count(RealEstateHelper::enabledPropertyTypes()) > 1)
{!! Theme::partial('real-estate.filters.type') !!}
@endif
count(RealEstateHelper::enabledPropertyTypes()) > 1, 'col-12' => count(RealEstateHelper::enabledPropertyTypes()) <= 1])> {!! Theme::partial('real-estate.filters.categories', ['categories' => $categories]) !!}
@if (RealEstateHelper::isEnabledProjects() && theme_option('real_estate_enable_filter_by_project', 'yes') == 'yes')
{!! Theme::partial('real-estate.filters.by-project') !!}
@endif @if(theme_option('real_estate_enable_filter_by_bedroom', 'yes') == 'yes' || theme_option('real_estate_enable_filter_by_bathroom', 'yes') == 'yes')
@if(theme_option('real_estate_enable_filter_by_bedroom', 'yes') == 'yes')
theme_option('real_estate_enable_filter_by_bathroom', 'yes') == 'yes', 'col-12' => theme_option('real_estate_enable_filter_by_bathroom', 'yes') != 'yes'])> {!! Theme::partial('real-estate.filters.bedroom') !!}
@endif @if(theme_option('real_estate_enable_filter_by_bathroom', 'yes') == 'yes')
theme_option('real_estate_enable_filter_by_bedroom', 'yes') == 'yes', 'col-12' => theme_option('real_estate_enable_filter_by_bedroom', 'yes') != 'yes'])> {!! Theme::partial('real-estate.filters.bathroom') !!}
@endif
@endif @if(theme_option('real_estate_enable_filter_by_floor', 'yes') == 'yes')
{!! Theme::partial('real-estate.filters.floor') !!}
@endif {!! $extraChoices ?? null !!}
@else
{!! Theme::partial('real-estate.filters.categories', ['categories' => $categories]) !!}
@if(theme_option('real_estate_enable_filter_by_block', 'yes') == 'yes')
{!! Theme::partial('real-estate.filters.block') !!}
@endif
@endif