@extends('layouts.app') @section('content')
| ID | Name | IP Address | Username | Port | Status | Connection | Last Connected | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $router->id }} | {{ $router->router_name }} | {{ $router->ip_address }} | {{ $router->username }} | {{ $router->port }} | @if($router->status) Active @else Inactive @endif | @if($router->connection_status == 'Connected') Connected @else Disconnected @endif | {{ $router->last_connected_at ?? 'Never' }} | Test Connection Edit |
| No Router Found | ||||||||