@use(App\Models\Domain) @extends('layouts.app') @section('htmlheader_title') @if($o->exists) Update @else Add @endif Echoarea @endsection @section('content')
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' }}.