@extends('admin.panel.layout') @section('admin_content')
Alle Websites, Bot-Aktivität und System-Status auf einen Blick.
| Website | Heute | Diese Woche | Gesamt |
|---|---|---|---|
| {{ $site }} | {{ $stats['today'] }} | {{ $stats['week'] }} | {{ number_format($stats['total'], 0, ',', '.') }} |
| # | Typ | Name | Datum | Status |
|---|---|---|---|---|
| {{ $req['id'] ?? '-' }} | {{ $req['type'] ?? '-' }} | {{ $req['name'] ?? '-' }} | {{ isset($req['created_at']) ? date('d.m.Y H:i', strtotime($req['created_at'])) : ($req['date'] ?? '-') }} | {{ $req['status'] ?? 'offen' }} |
Keine Anfragen vorhanden. |
||||