@extends('layouts.app') @section('htmlheader_title') Systems @endsection @section('content')
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.
@elseThere are no systems - you need to ask an admin to create one for you.
@endcan @elseID | System | Sysop | Location | Active | 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 |