{{ $alert->title }}
{{ strtoupper($alert->severity) }}{{ $alert->student?->name }}{{ $alert->student?->schoolClass->first()?->name ? ' • ' . $alert->student->schoolClass->first()->name : '' }}
{{ $alert->summary }}
@extends('layouts.main_dashboard.app') @section('title', app()->getLocale() === 'ar' ? 'الإنذارات المبكرة' : 'Early Warnings') @section('skip_page_hero', true) @php($isArabic = app()->getLocale() === 'ar') @section('content')
{{ $isArabic ? 'الإنذارات المبكرة' : 'Early warnings' }}
{{ $isArabic ? 'يتم تحديث هذه القائمة تلقائيًا من الحضور والدرجات والملاحظات السلوكية المفتوحة.' : 'This list is refreshed automatically from attendance, marks, and open behavior incidents.' }}
{{ $alert->student?->name }}{{ $alert->student?->schoolClass->first()?->name ? ' • ' . $alert->student->schoolClass->first()->name : '' }}
{{ $alert->summary }}