@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 ?? TRUE))checked @endif> active ?? TRUE))checked @endif>
public ?? TRUE))checked @endif> public ?? TRUE))checked @endif>
@error('description') {{ $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 {{ $o->last_message ? $o->last_message->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