@extends('layouts.admin') @section('page_kicker', 'Wellbeing') @section('page_title', 'Mental health module') @section('content')

Therapy sessions

Volume and mood trends.

Total mental-health consultations: {{ $therapyCount }}

Mood tracking (average)

Anonymous chat monitoring

Sampled messages for moderation review.

@foreach($anonymousChats as $chat)
{{ \Illuminate\Support\Str::limit($chat->message, 120) }}

{{ $chat->created_at }}

@endforeach
{{ $anonymousChats->links() }}
@endsection