@if (checkAPI())
| User ID | Client IP | NAS IP | MAC Address | Uptime | |
|---|---|---|---|---|---|
| {{ $client['name'] }} | {{ $client['address'] }} | {{ $mikrotikAndActiveUsers['nasIp'] }} | {{ $client['caller-id'] }} | {{ $client['uptime'] }} | @can('onlineUserDisconnection') Disconnect @endcan |
| User ID | Client IP | NAS IP | MAC Address | Last Update | Uptime | Date | Action |
|---|---|---|---|---|---|---|---|
| {{ $r->username }} | {{ $r->framedipaddress }} | {{ $r->nasipaddress }} | {{ $r->callingstationid }} | {{ $r->acctupdatetime }} | {{ \Carbon\Carbon::parse($r->acctstarttime)->diffForHumans() }} | {{ $r->acctstarttime }} | @if (checkSettings('show-traffice') == 'enable') @endif @can('onlineUserDisconnection') Disconnect @endcan |