@use(App\Models\SystemZone) @extends('layouts.app') @section('htmlheader_title') Systems @endsection @section('content')
There are no systems configured here.
@elseThese BBS systems are configured here.
Domain | ID | System | Sysop | Location | Last Seen | Address | ZeroTier ID |
---|---|---|---|---|---|---|---|
{{ $oo->zone->domain->name }} | {{ $oo->system_id }} @if(! $oo->system->active) @elseif($oo->system->hold) @endif | {{ $oo->system->name }} | {{ $oo->system->sysop }} | {{ $oo->system->location }} | {{ $oo->system->last_seen?->format('Y-m-d H:i') ?: '-' }} | {{ $oo->system->akas->where('zone_id',$oo->zone_id)->pluck('ftn4d')->join(', ') }} | {{ $oo->system->zt_id }} |