{{ $MedicalNotificationsCount }}
-
@if (empty($MedicalNotifications))
No new notifications.
@else @if (!empty($MedicalNotifications)) @foreach ($MedicalNotifications as $MedicalNotification) @php $NotificationText = 'Check your Medical History'; $StudentBiodataNotifications = StudentBiodata::find( $MedicalNotification['redirect_link'], ); if (!empty($StudentBiodataNotifications)) { $NotificationText = 'Check GR: ' . $StudentBiodataNotifications->GRNo . ', ' . $StudentBiodataNotifications->name . ', Medical History'; } @endphp {{-- Medical History Notifications --}} @if ($MedicalNotification['notification_type'] == 0) {{-- School role = 3 --}} @if ($UserRoleNotification == 3){!! $NotificationText !!}
@else{!! $NotificationText !!}
@endif @endif @endforeach @endif @endif - See All
@if (auth()->guard('admin')->check()) {{ Auth::guard('admin')->user()->fullname }} @endif
account_box
Account
Logout