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
@error('email') @if(!str_contains($message, 'credentials'))

{{ $message }}

@endif @enderror
@error('password')

{{ $message }}

@enderror
Forgot password?