{{ $cpu }} %
CPU Load
{{ formatBytes($freememory) }}
Free Memory
{{ formatBytes($freehdd) }}
Free HDD
{{ $totalsecret }}
Total PPPOE Secret
{{ $secretactive }}
Total PPPOE Active
{{ formatBytes($rx, 2) }}
Traffic Downlaod (RX)
{{ formatBytes($tx, 2) }}
Traffic Upload (Tx)
Mikrotik @if (session()->has('pesan')) {{ session('pesan') }} @endif {{ env('CORP_BRAND') }} System
| ID | Nama | Password | Local-Address | Remote-Address | Status | Action |
|---|---|---|---|---|---|---|
| {{ $id }} | {{ $data['name'] ?? '' }} | {{ $data['password'] ?? '' }} | {{ $data['local-address'] ?? '' }} | {{ $data['remote-address'] ?? '' }} | @if ($data['disabled'] == "true") Disable @else Enable @endif |
Data Active Connection @if (session()->has('pesan')) {{ session('pesan') }} @endif {{ env('CORP_BRAND') }} System
| No | Nama | Caller Id | Address | Uptime |
|---|---|---|---|---|
| {{ $id = str_replace('*', '', $data['.id']) }} | {{ $data['name'] }} | {{ $data['caller-id'] }} | {{ $data['address'] }} | {{ $data['uptime'] }} |