@extends('layouts.app') @section('htmlheader_title') Systems @endsection @section('content')

BBS Systems

BBS Systems Send and Receive Echomail and Files.

This system is aware of the following systems:

@if (\App\Models\System::count() == 0) @can('admin',(new \App\Models\System))

There are no systems setup, to set up your first.

@else

There are no systems - you need to ask an admin to create one for you.

@endcan @else @can('admin',(new \App\Models\System)) @endcan @foreach (\App\Models\System::orderBy('name')->cursor() as $oo) @endforeach
ID System Sysop Location Active ZeroTier ID Connect
Add New System
{{ $oo->id }} {{ $oo->name }} {{ $oo->sysop }} {{ $oo->location }} {{ $oo->active ? 'YES' : 'NO' }} - @switch($oo->method) @case(23)Telnet@break @case(22)SSH@break @case(519)SSH@break @default No details @endswitch
@endif
@endsection @section('page-scripts') @append