@if ($property->number_bedroom)
bed icon
{{ number_format($property->number_bedroom) }} {{ __('Beds') }}
@endif @if ($property->number_bathroom)
bathtub icon
{{ number_format($property->number_bathroom) }} {{ __('Bath') }}
@endif @if ($property->square)
move icon
{{ $property->square_text }}
@endif