{{ $data['all'] ?? 0 }}
Total Devices
All registered monitoring devices
{{ isset($data['notifications']) ? count($data['notifications']) : 0 }}
Active Alerts
Recent events that need review
Recent Alerts
{{ isset($data['notifications']) ? count($data['notifications']) : 0 }} New
View All
@forelse($data['notifications'] as $notification)
@empty
ECode: {{ $notification->event_code }}
{{ $notification->event_datetime }}
{{ $notification->event_description }}
No notifications found.
@endforelse