@if(($x=\App\Models\Domain::active() ->select('domains.*') ->join('zones',['zones.domain_id'=>'domains.id']) ->whereIn('zone_id',$o->sessions->pluck('zone_id')) ->get())->count())
@csrf
@error('domain_id') {{ $message }} @enderror
@foreach ($o->echoareas()->with(['domain'])->get()->groupBy('domain_id') as $oo) @endforeach
Network Areas
{{ $oo->first()->domain->name }} {{ $oo->count() }}
@if($errors->count())
There were errors with the submission.
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endif @section('page-scripts') @append