@extends('layouts.app') @section('htmlheader_title') @if($o->exists) Update @else Add @endif Echoarea @endsection @section('content')
@csrf

@if($o->exists) Update @else Add @endif Echoarea

@error('domain_id') {{ $message }} @else A domain is required. @enderror Add a NEW Domain
@error('name') {{ $message }} @else A name is required. @enderror
active ?? FALSE))checked @endif> active ?? FALSE))checked @endif>
show ?? FALSE))checked @endif> show ?? FALSE))checked @endif>
automsgs ?? FALSE))checked @endif> automsgs ?? FALSE))checked @endif>
@error('description') {{ $message }} @enderror
@error('sec_read') {{ $message }} @enderror
@error('sec_write') {{ $message }} @enderror
Cancel @can('admin',$o) @endcan

Info

There are {{ number_format($o->echomail->count()) }} messages in this area, and the oldest message in this area is {{ ($x=$o->echomail->min('datetime')) ? $x->format('Y-m-d H:i:s') : 'None' }}. The most recent is {{ ($x=$o->echomail->max('datetime')) ? $x->format('Y-m-d H:i:s') : 'None' }}.

@can('admin',$o) @if($o->addresses->count())

Exporting to the following adresses:

@foreach ($o->addresses as $ao) @endforeach
System Address Last Session Oldest Message Messages Waiting
{{ $ao->system->full_name($ao) }} @auth@if($ao->session('sespass')){{ $ao->session('default') ? '**' : '*' }}@elseif($ao->system->setup)+@endif[{{ $ao->system_id }}]@endauth {{ $ao->ftn_3d }} {{ $ao->system->last_session ? $ao->system->last_session->format('Y-m-d H:i') : '-' }} {{ ($x=$o->waiting($ao))->count() ? $x->first()->datetime->format('Y-m-d H:i') : '-' }} {{ number_format($x->count()) }}
@endif @endcan
@endsection