@if ($property->number_bedroom)
{!! clean($property->number_bedroom) !!} {!! __('Beds') !!}
@endif
@if ($property->number_bathroom)
{!! clean($property->number_bathroom) !!} {!! __('Bath') !!}
@endif
@if ($property->square_text)
{{ $property->square_text }}
@endif