@csrf

{{ __('translate.Sign_in_to_account') }}

{{ __('translate.Enter_your_email_password_to_login') }}

@if ($errors->has('email')) {{ $errors->first('email') }} @elseif ($errors->has('status')) {{ $errors->first('status') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if (Route::has('password.request'))
{{ __('translate.Forgot_Password') }}
@endif