Critical Alerts
{{ $this->criticalCount }}
Warnings
{{ $this->warningCount }}
Info Events
{{ $this->infoCount }}
Total Events
{{ $this->totalCount }}
{{ $event->device->name }} - {{ $event->event_time->format('M j, Y H:i') }}
{{ $event->device->name ?? 'Unknown Device' }}
{{ $event->event_time->diffForHumans() }}
{{ $event->event_time->format('M j, Y H:i') }}
@if($this->hasActiveFilters()) Try adjusting your filters to see more events. @else Events will appear here when devices generate alerts or notifications. @endif
{{ $selectedEvent->message }}
{{ json_encode($selectedEvent->attributes, JSON_PRETTY_PRINT) }}