@if ($property->number_bedroom)
  • {{ __('Bedrooms:') }} {{ number_format($property->number_bedroom) }} {{ __('Beds') }}
  • @endif @if ($property->number_bathroom)
  • {{ __('Bathrooms:') }} {{ number_format($property->number_bathroom) }} {{ __('Bath') }}
  • @endif @if ($property->square)
  • {{ __('Square:') }}{{ $property->square_text }}
  • @endif @if ($property->number_floor)
  • {{ __('Floors:') }}{{ number_format($property->number_floor) }}
  • @endif @if ($property->category)
  • {{ __('Property Type:') }}{{ $property->category_name }} {{ !empty($property->subcategory_id) ? ' , ' . $property->subcategory->name : '' }}
  • @endif