@extends('layouts.dashboard') @section('page-title', 'Entwickler-Dashboard') @section('content') {{-- ── Stats ── --}}
| # | Titel | Anbieter | Typ | Schwere | Status | Erkannt | Dauer | Ticket | |
|---|---|---|---|---|---|---|---|---|---|
| #{{ $incident->id }} | {{ $incident->title }} | {{ $incident->provider_label }} | {{ $incident->type }} | {{ ucfirst($incident->severity) }} | {{ $incident->status_label }} | {{ $incident->detected_at->format('d.m.Y H:i') }} | {{ $incident->duration }} | {{ $incident->ticket_number ?? '–' }} | Detail |
| Noch keine Incidents. | |||||||||