@extends('layouts.dashboard') @section('page-title', 'Zahlungssystem – Übersicht') @section('content') {{-- ── Stat-Karten ── --}}
| Störung | Anbieter | Schwere | Status | Seit | Betroffene Bestellungen |
|---|---|---|---|---|---|
| {{ $incident->title }} | {{ $incident->provider_label }} | {{ ucfirst($incident->severity) }} | {{ $incident->status_label }} | {{ $incident->detected_at->format('d.m.Y H:i') }} {{ $incident->duration }} |
{{ $incident->affected_orders > 0 ? $incident->affected_orders . ' Bestellungen' : '–' }} |
| Titel | Anbieter | Datum | Status | Dauer |
|---|---|---|---|---|
| {{ $incident->title }} | {{ $incident->provider_label }} | {{ $incident->detected_at->format('d.m.Y') }} | {{ $incident->status_label }} | {{ $incident->duration }} |
| Noch keine Vorfälle erfasst. | ||||