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

{{ $o->name }} Last Update: {{ $o->updated_at->format('Y-m-d H:i') }}

Expand each heading for information about this FTN network

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->sortBy('zone_id') as $oz) @foreach ($oz->addresses()->active()->FTNorder()->where('point_id',0)->whereNull('hub_id')->with(['system','zone.domain'])->get() as $ao) @if ($ao->role == 'Host') @endif @if ($ao->role == 'Hub') @foreach ($oz->addresses()->active()->FTNorder()->where('point_id',0)->where('hub_id',$ao->id)->with(['system','zone.domain'])->get() as $aoo) @endforeach @endif @endforeach @endforeach
System Sysop Location Address Last Seen
{{ sprintf('ZC-%s-%05d',$oz->domain->name,$oz->zone_id) }} {{ $oz->system->sysop }} {{ $oz->system->location }} {{ $oz->zone_id }}:0/0 {{ $oz->system->last_session ? $oz->system->last_session->format('Y-m-d H:i') : '-' }}
{{ sprintf('NC-%s-%05d',$oz->domain->name,$ao->host_id) }} @auth[{{ $ao->system_id }}]@endauth {{ $ao->system->sysop }} {{ $ao->system->location }} {{ $oz->zone_id }}:{{ $ao->host_id }}/0 {{ $ao->system->last_session ? $ao->system->last_session->format('Y-m-d H:i') : '-' }}
{{ $ao->system->full_name($ao) }} @auth[{{ $ao->system_id }}]@endauth {{ $ao->system->sysop }} {{ $ao->system->location }} {{ $ao->ftn_3d }} {{ $ao->system->last_session ? $ao->system->last_session->format('Y-m-d H:i') : '-' }}
{{ $aoo->system->full_name($aoo) }} @auth[{{ $aoo->system_id }}]@endauth {{ $aoo->system->sysop }} {{ $aoo->system->location }} {{ $aoo->ftn_3d }} {{ $aoo->system->last_session ? $aoo->system->last_session->format('Y-m-d H:i') : '-' }}
@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 @section('page-scripts') @append