@php Theme::set('breadcrumbEnabled', 'no'); @endphp
{{ RvMedia::image($area->avatar_url, $area->name, 'medium-square') }}

{{ $area->name }}

@if ($projects_count === 1) {{ __('1 Projects') }} @else {{ __(':count Projects', ['count' => $projects_count]) }} @endif
@if ($area->description)
{{ __('About Area') }}

{!! BaseHelper::clean($area->description) !!}

@endif @if ($projects->isNotEmpty()) @endif {!! apply_filters('real_estate_agent_details', null, $area) !!}