@extends('layouts.auth') @section('title','Sign In') @section('content') @if($errors->any())
{{ $errors->first() }}
@endif
@csrf
Demo Credentials
🏛️ President: president@ul.edu.lr
👤 HR Admin: hr.admin@ul.edu.lr
📋 Employee: j.pewee@ul.edu.lr
Password: password
@endsection