Sign in
@if ($errors->any())
Error!
@endif
@if (isset($status))
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
Error!
{{ $status === 'Unauthorized' ? 'Only Admin or Super Admin accounts can access this portal.' : $status }}
@endif