@if ($errors->any())
Login Failed!
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@if (session('error'))
{{ session('error') }}
@endif
@if ($errors->has('token'))
Session Expired! Please refresh the page and try again.
@endif
Security Notice: This is a restricted admin area. Only authorized personnel should access this portal.