{{ __('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')
@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
{!! Theme::partial('real-estate.filters.square') !!}
@else
{!! Theme::partial('real-estate.filters.floor') !!}
{!! Theme::partial('real-estate.filters.flat') !!}
@endif