GRADELY

Learning Progress & Performance Portal

@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • @if ($error === 'Invalid credentials for the selected role.') Wrong credentials. Please check email, password, and role. @else {{ $error }} @endif
  • @endforeach
@endif
@csrf