@use(App\Models\Address)
AKA | Uplink |
---|---|
{{ $ao->ftn }} | @if ($xx=$ao->uplink()) {{ $xx->ftn4d }} @else None @endif |
AKA | Incl Systems(s) |
---|---|
{!! $o->akas->filter(fn($item)=>$item->zone->domain_id === $zo->domain_id)->pluck('ftn')->join(' ') !!} |
All (not otherwise routed) |
{{ $oo->ftn }} | {!! (($x=$oo->downlinks()) && $x->count()) ? $x->pluck('ftn')->join(' ') : 'None' !!} |
AKA |
---|
{{ $ao->ftn }} |