@extends('layouts.superadmin') @section('title','Socratic Sentinel — Incidents') @section('content')
أي مؤشر خطر أو شذوذ يتم تسجيله هنا، مع إمكانية إغلاق الحالة وتوثيق المعالجة.
| Time | Kind | Severity | Title | Actor | IP | Status | Action |
|---|---|---|---|---|---|---|---|
| {{ $it->happened_at ?? '—' }} | {{ $it->kind ?? '—' }} | {{ $sev }} |
{{ $it->title ?? '—' }}
@if(!empty($it->details))
{{ $it->details }}
@endif
|
{{ $it->actor_user_id ?? '—' }} | {{ $it->ip_address ?? '—' }} |
@if($isOpen)
open
@else
resolved
{{ $it->resolved_at }}
@endif
|
@if($isOpen) @else — @endif |
| لا يوجد Incidents ضمن الفلترة. | |||||||