@php
$activeNotice = \App\ExamNotice::getActiveNotice();
$regBullets = array_filter(array_map('trim', explode("\n", $activeNotice->regulations_content ?? '')));
@endphp
@endif
@if(!empty($regBullets))
@endif
Official Academic Notice
{{ $activeNotice->semester_title }}
@if($activeNotice->auth_instructions)
{{ $activeNotice->auth_title ?? 'Authentication Requirements' }}
{!! nl2br(e($activeNotice->auth_instructions)) !!}
{{ $activeNotice->regulations_title ?? 'Important Regulations & Deadlines' }}
-
@foreach($regBullets as $bullet)
- {!! e($bullet) !!} @endforeach
Single Sign-On Portal
Sign in with your academic credentials
Authentication Failed
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach