@php $unit = setting('real_estate_square_unit', 'm²'); $calc = [ [ 'number' => 0, 'label' => '__value__ ' . $unit ], ]; $labelAll = __('All squares'); $squares = [ '0-100' => "< 100 $unit", '100-200' => "100 $unit - 200 $unit", '200-300' => "200 $unit - 300 $unit", '300-400' => "300 $unit - 400 $unit", '400-500' => "400 $unit - 500 $unit", '500-0' => "> 500 $unit", ]; @endphp