{{ mb_convert_case($property["Bairro"], MB_CASE_TITLE, 'UTF-8') }}, {{ $property["Cidade"] }}
@if($property["Dormitorios"] != '')
{{ $property["Dormitorios"] }}
@if($property["Vagas"] != '' || $property["AreaTotal"] != '')
@endif
@endif
@if($property["Vagas"] != '')
{{ $property["Vagas"] }}
@if($property["AreaTotal"] != '')
@endif
@endif
@if($property["AreaTotal"] != '')
{{$property["AreaTotal"] }}m²
@endif
R${{ number_format(floatval($property["ValorLocacao"]), '2', ',', '.') }}