@php use App\Models\{Address,Zone}; @endphp
AKA | Uplink |
---|---|
{{ $oo->ftn }} | @if ($x=$oo->uplink()) {{ $x->ftn4d }} @else None @endif |
AKA | For Systems(s) |
---|---|
{{ $oo->ftn }} | {!! (($x=$oo->downlinks()) && $x->count()) ? $x->pluck('ftn')->join(' ') : 'None' !!} |