Radius Report
@if ($radaccts->count())
@else
| ID | IP | Mac Address | NAS | Start Time | End Time | Download | Upload | Session Time | Termination Cause |
|---|---|---|---|---|---|---|---|---|---|
| {{ $radacct->username }} | {{ $radacct->framedipaddress }} | {{ $radacct->callingstationid }} | {{ $radacct->nasipaddress }} | {{ $radacct->acctstarttime }} | {{ $radacct->acctstoptime }} | {{ $radacct->acctinputoctets/(131072*1024) }} | {{ $radacct->cctoutputoctets/(131072*1024) }} | {{ $radacct->acctsessiontime/60 }} | {{ $radacct->acctterminatecause }} |
No records found.
@endif