@extends('layouts.monitor') @section('title', 'Devices') @section('content')

Devices

Manage MikroTik, OLT, switch and server checks.

Add device
@foreach($devices as $device) @endforeach
Name Check Status Last error Actions
{{ $device->name }}
{{ $device->location }}
{{ strtoupper($device->check_type) }} · {{ $device->host }}:{{ $device->port }} {{ strtoupper($device->status) }} {{ $device->last_error ?: '—' }}
@csrf
Edit
@csrf @method('DELETE')
{{ $devices->links() }}
@endsection