@extends('layout.app') @section('content')

Total Online:

@foreach ($list as $r) {{-- {{dd($r)}} --}} @endforeach
User ID Client IP MAC Address Uptime
{{ $r->username }} {{ $r->framedipaddress }} {{ $r->callingstationid }} {{ \Carbon\Carbon::parse($r->acctstarttime)->diffForHumans() }}
@csrf
{{-- Refresh Session --}}
@endsection @section('ajax') @endsection