@foreach ($properties as $index => $property)
@if ($property['isFeatured'])
Featured
@endif @if ($property['isSale'])
For Sale
@endif
{{ $property['name'] }}
{{ $property['location'] }}
{{ $property['area'] }}
@foreach ($property['services'] as $index => $service)
{{ $service['name'] }}
@endforeach
@endforeach