@extends('layouts.app') @section('htmlheader_title') Echoareas @endsection @section('content')
BBS Systems exchange public messages called echomail. Echomail is grouped into echoareas normally around a theme or a topic.
Each echoarea has a unique areatag which helps a receiving BBS to know where to file the message when it is received.
This system is aware of the following echoareas @can('admin',(new \App\Models\Echoarea))(you can add more)@endcan:
@if (\App\Models\Echoarea::count() === 0) @can('admin',(new \App\Models\Echoarea))There are no echoareas setup, to set up your first.
@elseThere are no echoareas - you need to ask an admin to create one for you.
@endcan @elseID | Areatag | Description | Active | Domain |
---|---|---|---|---|
{{ $oo->id }} | {{ $oo->name }} | {{ $oo->description }} | {{ $oo->active ? 'YES' : 'NO' }} | {{ $oo->domain->name }} |