@extends('layouts.app') @section('title', 'Routers') @section('content')
Manage all company routers from one place.
Add Router
@foreach($routers as $router) @endforeach
Name Site Model LAN IP Status Last Seen
{{ $router->name }} {{ $router->site_name }} {{ $router->model }} {{ $router->lan_ip }} {{ strtoupper($router->status) }} {{ optional($router->last_seen_at)->diffForHumans() }} Open
{{ $routers->links() }}
@endsection