@if(RealEstateHelper::isEnabledProjects() && theme_option('real_estate_enable_filter_by_project', 'yes') == 'yes')
{!! Theme::partial('real-estate.filters.by-project') !!}
@endif
RealEstateHelper::isEnabledProjects() && theme_option('real_estate_enable_filter_by_project', 'yes') == 'yes', 'col-sm-6' => ! (RealEstateHelper::isEnabledProjects() && theme_option('real_estate_enable_filter_by_project', 'yes') == 'yes')])>
{!! Theme::partial('real-estate.filters.categories', compact('categories')) !!}
@if(theme_option('real_estate_enable_filter_by_price', 'yes') == 'yes')
{!! Theme::partial('real-estate.filters.price') !!}
@endif
@if(theme_option('real_estate_enable_filter_by_bedroom', 'yes') == 'yes')
{!! Theme::partial('real-estate.filters.bedroom') !!}
@endif
@if(theme_option('real_estate_enable_filter_by_bathroom', 'yes') == 'yes')
{!! Theme::partial('real-estate.filters.bathroom') !!}
@endif
@if(theme_option('real_estate_enable_filter_by_floor', 'yes') == 'yes')
{!! Theme::partial('real-estate.filters.floor') !!}
@endif