@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if (has_feature('auth.allow_forgot_password_resets')) {{ __('Forgot Your Password?') }} @endif
@if (has_feature('auth.public_users_can_register'))
Don't have an account? Register Now
@endif