سجلات النظام

@if (session()->has('success'))
{{ session('success') }}
@endif
@forelse ($logs as $index => $log) @if ($expandedLogIndex === $index) @endif @empty @endforelse
# التوقيت المستوى الرسالة
{{ $log['timestamp'] }} @php $color = match($log['level']) { 'error', 'critical', 'alert', 'emergency' => 'bg-red-100 text-red-800', 'warning' => 'bg-yellow-100 text-yellow-800', 'info', 'notice' => 'bg-blue-100 text-blue-800', 'debug' => 'bg-gray-100 text-gray-800', default => 'bg-gray-100 text-gray-800', }; @endphp {{ $log['level'] }} {{ Str::limit($log['message'], 100) }}
{{ $log['message'] }}
{{ $log['context'] }}

سجل النظام نظيف! لا توجد سجلات لعرضها.