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