{{ __('Filter') }}
is_plugin_active('location'), 'col-xl-5 col-lg-4 col-md-8' => ! is_plugin_active('location')])> {!! Theme::partial('real-estate.filters.keyword') !!}
@if (is_plugin_active('location'))
{!! Theme::partial('real-estate.filters.city') !!}
@endif
{!! Theme::partial('real-estate.filters.choices', ['type' => $type, 'categories' => $categories, 'labelDefault' => __('Type, category...'), 'extraChoices' => $extraChoices ?? null]) !!}
@if ($type == 'property') @if(theme_option('real_estate_enable_filter_by_price', 'yes') == 'yes')
@php $calc = [ [ 'number' => 1000000000, 'label' => '__value__ ' . __('billion') ], [ 'number' => 1000000, 'label' => '__value__ ' . __('million') ], [ 'number' => 1000, 'label' => '__value__ ' . __('thousand') ], [ 'number' => 0, 'label' => '__value__' ], ]; $symbol = ''; $currency = get_application_currency(); if ($currency) { $symbol = ' (' . $currency->symbol . ')'; } @endphp
@endif @if(theme_option('real_estate_enable_filter_by_square', 'yes') == 'yes')
{!! Theme::partial('real-estate.filters.square') !!}
@endif @else @if(theme_option('real_estate_enable_filter_by_floor', 'yes') == 'yes')
{!! Theme::partial('real-estate.filters.floor') !!}
@endif @if(theme_option('real_estate_enable_filter_by_flat', 'yes') == 'yes')
{!! Theme::partial('real-estate.filters.flat') !!}
@endif @endif