@php $calc = [ [ 'number' => 0, 'label' => "__value__ " ], ]; $labelAll = __('All flats'); $flats = [ '0-20' => '< 30', '20-50' => '20 - 50', '50-100' => '50 - 100', '100-150' => '100 - 150', '150-200' => '150 - 200', '200-300' => '200 - 300', '300-0' => '> 300', ]; @endphp
{!! Theme::partial('real-estate.filters.suggetions', ['collections' => $flats, 'labelAll' => $labelAll]) !!}