ONUs Autorizadas ONUs

ONUs Autorizadas

Gestión de equipos ONU en la red

Autorizar ONU
{{-- Filters --}}
@if(request()->hasAny(['device_id', 'status', 'search'])) Limpiar @endif
@forelse($onus as $onu) @empty @endforelse
Interfaz Serial (SN) Tipo Cliente VLAN Perfil Estado Autorizado
{{ $onu->interface_name }} {{ $onu->serial_number }} {{ $onu->onu_type }}
{{ $onu->customer_name ?? '—' }}
@if($onu->customer_description)
{{ $onu->customer_description }}
@endif
{{ $onu->vlan }} {{ $onu->tcont_profile }} @if($onu->status === 'authorized') Activa @elseif($onu->status === 'pending') Pendiente @else Deshabilitada @endif {{ $onu->authorized_at?->format('d/m/y h:i A') ?? '—' }}

No hay ONUs registradas.

Autorizar ONU
@if($onus->hasPages())
{{ $onus->links() }}
@endif