@extends('layouts.auth-layout') @section('title', 'Student Login') @section('content')

Student Login

Sign in to your Degree Program to continue.

@if(session()->has('errors')) @endif @if (session('success')) @endif
@csrf
Forgot password?
Caps Lock is ON
@endsection