ERP
Lax
Admin Login
Sign in to access your dashboard
@if($errors->any() && $errors->has('email') && str_contains($errors->first('email'), 'credentials'))
Invalid email or password
@endif
@csrf
Email
@error('email') @if(!str_contains($message, 'credentials'))
{{ $message }}
@endif @enderror
Password
@error('password')
{{ $message }}
@enderror
Remember me
Forgot password?
Sign in