@use(App\Models\System) @extends('layouts.app') @section('htmlheader_title') Register System @endsection @section('content') @if(! $so->address)
The system you selected {{ $so->name }} doesnt have mailer details, please contact that system administration to update those details first
@elseSystem | {{ $so->name }} |
---|---|
Sysop | {{ $so->sysop }} |
Location | {{ $so->location }} |
Networks | {{ $so->akas->pluck('ftn')->join(', ') }} |
Address | {{ $so->access_mailer }} |
If the details are above are not correct, then please contact the (ZC) to have them corrected first.
Otherwise, if all is good, we'll send a netmail to {{ $so->sysop }} at {{ $so->access_mailer }}
with further details. @endif @endsection