{{ __('Agent info') }}
{{ $account->name }} {!! $account->badge !!}
@if ($account->email && !setting('real_estate_hide_agency_email', 0) && !$account->hide_email){{ __('Email') }}: {{ $account->email }}
@endif @if ($account->phone && !setting('real_estate_hide_agency_phone', 0) && !$account->hide_phone){{ __('Phone') }}: {{ $account->phone }}
@endif @if ($account->company){{ __('Company') }}: {{ $account->company }}
@endif{{ __('Joined on') }}: {{ Theme::formatDate($account->created_at) }}
@if ($account->whatsapp) @endif@if ($properties->isNotEmpty())