{!! BaseHelper::clean($title) !!}

@if ($description)

{!! BaseHelper::clean($description) !!}

@endif @if ($subtitle)

{!! BaseHelper::clean($subtitle) !!}

@endif
@foreach ($agents as $agent)
{!! Theme::partial('real-estate.agents.item', ['account' => $agent]) !!}
@endforeach