@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 | Connect | Address | ZeroTier ID |
---|---|---|---|---|---|---|---|
{{ $oo->zone->domain->name }} | {{ $oo->system_id }} | {{ $oo->system->name }} | {{ $oo->system->sysop }} | {{ $oo->system->location }} | @switch($oo->system->method) @case(23)Telnet@break @case(22)SSH@break @case(519)SSH@break @default No details @endswitch | {{ join(',',$oo->system->addresses->where('zone_id',$oo->zone_id)->pluck('ftn')->toArray()) }} | {{ $oo->system->zt_id }} |