@extends('layouts.app') @section('title', 'Network performance') @section('content')
{{ $from->format('d M Y') }} – {{ $to->format('d M Y') }}
No alerts raised in this period.
@endforelse| Device | Downtime | Alerts | Availability |
|---|---|---|---|
| {{ $device['name'] }} | {{ $device['downtime_minutes'] }} min | {{ $device['alerts'] }} | {{ percent($device['availability']) }} |
| @include('components.empty-state', ['icon' => '✓', 'title' => 'All devices reliable']) | |||