Task Manager
Welcome back
Sign in to your account to continue
@if($errors->has('email') && $errors->first('email') === 'These credentials do not match our records.')
Invalid email or password. Please try again.
@endif
@csrf
Email Address
@error('email')
{{ $message }}
@enderror
Password
@error('password')
{{ $message }}
@enderror
Remember me for 30 days
Sign In