{{ $incident->student?->name ?? '—' }} • {{ $incident->summary }}
{{ $incident->occurred_on?->format('Y-m-d') }} • {{ $incident->severity }} • {{ $incident->status }}
@extends('layouts.main_dashboard.app') @section('title', app()->getLocale() === 'ar' ? 'المتابعة السلوكية' : 'Behavior Tracking') @section('skip_page_hero', true) @php($isArabic = app()->getLocale() === 'ar') @section('content')
{{ $incident->student?->name ?? '—' }} • {{ $incident->summary }}
{{ $incident->occurred_on?->format('Y-m-d') }} • {{ $incident->severity }} • {{ $incident->status }}
{{ $plan->goal }}