{{ trans('plugins/real-estate::dashboard.login-title') }}


@include(Theme::getThemeNamespace() . '::views.real-estate.account.auth.includes.messages')
@csrf
@if ($errors->has('email') || $errors->has('username')) {{ !empty($errors->first('email')) ? $errors->first('email') : $errors->first('username') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{ trans('plugins/real-estate::dashboard.forgot-password-cta') }}
@if (setting('enable_captcha') && is_plugin_active('captcha'))
{!! Captcha::display() !!} @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif
@endif

{{ __("Don't have an account?") }} {{ __('Register a new account') }}

{!! apply_filters(BASE_FILTER_AFTER_LOGIN_OR_REGISTER_FORM, null, \Botble\RealEstate\Models\Account::class) !!}