{{ __('Agent info') }}
{{ $account->name }}
@if ($account->email && !setting('real_estate_hide_agency_email', 0)){{ __('Email') }}: {{ $account->email }}
@endif @if ($account->phone && !setting('real_estate_hide_agency_phone', 0)){{ __('Phone') }}: {{ $account->phone }}
@endif{{ __('Joined on') }}: {{ $account->created_at->toDateString() }}
@if ($properties->count())
{{ __('Properties by this agent') }}
{{ __('0 results') }}
@endif