@extends('layouts.admin') @section('page_kicker', 'Module') @section('page_title', 'Aim4Wellness control') @section('content')

Online consultations

{{ $consultations }}

Therapy session signals

{{ $therapySessions }}

Independent doctors

{{ $independentDoctors }}

AI assistant settings

Keys prefixed with ai. from system settings.

@forelse($aiSettings as $setting)
{{ $setting->setting_key }} : {{ $setting->setting_value }}
@empty

No AI settings defined yet. Add keys from system settings (prefix with ai.).

@endforelse
@endsection