{{ __('Devices') }}

{{ __('Hardware that has authenticated as this subscriber') }}

{{ trans_choice(':count known|:count known', $this->devices->count(), ['count' => $this->devices->count()]) }}
@forelse ($this->devices as $d) @empty @endforelse
{{ __('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.') }}