@php $stats = $this->stats; @endphp
{{ $this->acsUrl }}
| {{ __('Serial') }} | {{ __('Device') }} | {{ __('Subscriber') }} | {{ __('IP') }} | {{ __('Last inform') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|
| {{ $d->serial }} | {{ trim($d->manufacturer.' '.$d->model) ?: '—' }} @if ($d->software_version) {{ $d->software_version }} @endif | {{ $d->subscriber_handle ?: '—' }} | {{ $d->ip_address ?: '—' }} | @if ($d->hasInformed()) {{ $d->last_inform_at->diffForHumans() }} @else {{ __('Never') }} @endif | |
| {{ $search !== '' ? __('Nothing matches that.') : __('No devices recorded yet.') }} | |||||