@extends('layouts.main') @section('main-container')
@if (Session::has('success')) @endif @if ($errors->any())
@endif
Routers
Add
@foreach ($routers as $router) {{-- edit modal --}} {{-- delete modal --}} @endforeach
Router ID Router Name Router IP Router Location Router Username Active Client API Port Ath Port Act Port Status Action Api Connection Check
{{ $router->id }} {{ $router->router_name }} {{ $router->router_ip }} {{ $router->router_location }} {{ $router->router_username }} {{ $router->active_client }} {{ $router->port }} {{ $router->radius_auth }} {{ $router->radius_acct }} {{ $router->status ==1 ? 'Active' : 'Inactive' }}
{{-- add modal --}}
@endsection