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


@include(Theme::getThemeNamespace() . '::views.real-estate.account.auth.includes.messages')
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{ trans('plugins/real-estate::dashboard.forgot-password-cta') }}
@if(RealEstateHelper::isRegisterEnabled())

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

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