Incidents

Security incidents tagged to boundary zones (Framework UC4). Log incidents for hotspot mapping and dispute correlation.

@if(session('success'))
{{ session('success') }}
@endif

Log incident

@csrf

Recent incidents

@if($incidents->isEmpty())

No incidents logged yet.

@else
@foreach($incidents as $inc) @endforeach
Boundary Type Severity Reported By
@if($inc->boundary) {{ $inc->boundary->boundary_number }} @else — @endif {{ $inc->incident_type }} {{ $inc->severity }} {{ $inc->reported_at ? $inc->reported_at->format('d M Y H:i') : '—' }} {{ $inc->reported_by ?: '—' }}
@endif