@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::partial('real-estate.filters.by-project') !!}
@endif
{!! Theme::partial('real-estate.filters.bedroom') !!}
{!! Theme::partial('real-estate.filters.bathroom') !!}
{!! Theme::partial('real-estate.filters.floor') !!}
{!! $extraChoices ?? null !!}
@else
{!! Theme::partial('real-estate.filters.categories', ['categories' => $categories]) !!}
{!! Theme::partial('real-estate.filters.block') !!}
@endif