@extends('layouts.app') @section('htmlheader_title') {{ $o->name }} @endsection @section('content')

{{ $o->name }} Last Update: {{ $o->updated_at }}

About

{!! \Illuminate\Mail\Markdown::parse($o->homepage) !!}

Echo Areas

@if(FALSE) @else This network doesnt have any Echomail areas (yet). Perhaps you would like to create one? @endif

File Areas

@if(FALSE) @else This network doesnt have any File areas (yet). Perhaps you would like to create one? @endif

Systems

The following systems are members of this network.

@foreach ($o->zones as $oz) @endforeach
System Sysop Location Address Last Connect
{{ $oz->system->name }} {{ $oz->system->sysop }} {{ $oz->system->location }} {{ $oz->zone_id }}:1/0@{{ $oz->domain->name }} -
@endsection