{!! clean($title) !!}

{!! clean($description) !!}

@foreach($properties as $property) @if($style == 1)
{!! Theme::partial('real-estate.properties.item-list', compact('property')) !!} @else
{!! Theme::partial('real-estate.properties.item-grid', compact('property')) !!} @endif
@endforeach