@php $stats = $this->stats; @endphp
{{ __('TR-069') }} @if ($flash)
{{ $flash }}
@endif {{-- Said plainly rather than implied by an empty table: there is no ACS behind this yet, so no device will ever report in by itself. --}}
{{ __('No ACS is running yet.') }} {{ __('TR-069 needs a server for devices to call home to, and Bilipoa does not have one. What you record here is a register kept by hand — useful for knowing which router is at which customer, but nothing will check in on its own until an ACS is built.') }} {{ __('When it exists, devices will point at') }} {{ $this->acsUrl }}
@if ($showForm)
{{ $editing ? __('Edit device') : __('New device') }}
@endif
{{ __('Devices') }}
@forelse ($this->devices as $d) @empty @endforelse
{{ __('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.') }}