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

{{ $account->name }}

@if($account->company)

{!! BaseHelper::clean(__('Company Agent at :company', ['company' => "$account->company"])) !!}

@endif
@if($account->phone && ! setting('real_estate_hide_agency_phone', false)) {{ $account->phone }} @endif @if($account->email && ! setting('real_estate_hide_agency_email', false)) {{ $account->email }} @endif
{{ __('Joined') }} {{ $account->created_at->diffForHumans() }}
{!! Theme::partial('shortcodes.agents.partials.social-links', compact('account')) !!}
@if($account->description)
{{ __('About Agent') }}

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

@endif @if ($properties->isNotEmpty())
{{ __('Properties by this agent') }}
@include(Theme::getThemeNamespace('views.real-estate.properties.index'))
@endif {!! apply_filters('real_estate_agent_details', null, $account) !!}