@foreach ($properties as $property)
{{ $property->type_name }} {{ __('Featured') }}

{!! clean($property->name) !!}

{!! clean($property->location) !!}
  • {!! __('Beds') !!}: {!! clean($property->number_bedroom) !!}
  • {!! __('Bath') !!}: {!! clean($property->number_bathroom) !!}
  • {!! __('Sqft') !!}: {!! clean($property->square_text) !!}

{{ $property->price_html }}

{{ __('View Details') }}
@endforeach