@php $stats = $this->stats; $extent = $this->extent; @endphp
| {{ __('Name') }} | {{ __('Type') }} | {{ __('Fed from') }} | {{ __('Ports') }} | {{ __('Where') }} | {{ __('Status') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|---|
| {{ $n->name }} | {{ __(\App\Models\FiberNode::TYPES[$n->type] ?? $n->type) }} | {{ $n->parent?->name ?: '—' }} |
|
{{ $n->address ?: ($n->hasPosition() ? $n->latitude.', '.$n->longitude : '—') }} | @php $tone = match ($n->status) { 'live' => 'success', 'fault' => 'danger', default => 'secondary', }; @endphp {{ ucfirst($n->status) }} | |
| {{ __('Nothing on the plant yet. Add your head-end first, then the splitters it feeds.') }} | ||||||