@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) !!}
@if(FALSE) @else This network doesnt have any Echomail areas (yet). Perhaps you would like to create one? @endif
@if(FALSE) @else This network doesnt have any File areas (yet). Perhaps you would like to create one? @endif

The following systems are members of this network.

@foreach ($o->zones as $oz) @foreach ($oz->addresses()->orderBy('region_id')->orderBy('host_id','desc')->orderBy('node_id')->orderBy('point_id')->with(['system','zone.domain'])->get() as $ao) @endforeach @endforeach
System Sysop Location Role Address Last Seen
{{ $oz->system->name }} {{ $oz->system->sysop }} {{ $oz->system->location }} Zone {{ $oz->zone_id }}:0/0.0@{{ $oz->domain->name }} -
{{ $ao->system->name }} {{ $ao->system->sysop }} {{ $ao->system->location }} {{ $ao->role }} {{ $ao->ftn }} -
@guest To start an application to join this network please login. @else @if(Auth::user()->isMember($o)) @else This website is not ready to take applications yet, check back soon! @endif @endguest
@endsection