{{ __('Hardware that has authenticated as this subscriber') }}
| {{ __('Device') }} | {{ __('MAC') }} | {{ __('IP address') }} | {{ __('Router') }} | {{ __('Last seen') }} | {{ __('Auth') }} |
|---|---|---|---|---|---|
| {{ $loop->first ? __('Last seen device') : __('Device :n', ['n' => $loop->iteration]) }} {{ trans_choice(':count session|:count sessions', $d->connections, ['count' => $d->connections]) }} · {{ bytes_human($d->bytes) }} | {{ $d->mac }} | {{ $d->ip ?: '—' }} | {{ $d->router ?: '—' }} | {{ \Carbon\Carbon::parse($d->last_seen)->format('h:i A') }} {{ \Carbon\Carbon::parse($d->last_seen)->format('M j, Y, h:i A') }} | {{ __('Hotspot · Captive portal') }} |
| {{ __('No device recorded yet. Devices appear here once accounting sees them on the network.') }} | |||||