@extends('admin.layouts.app') @section('content')

Control room

System pulse.

Live operations across your bot platform.

Platform health

All systems nominal.

Webhooks and authentication are responding.

Protected

Total users

{{ $metrics['users'] }}

{{ $metrics['suspended_users'] }} suspended

Active users

{{ $metrics['active_users'] }}

Google identities

Bot instances

{{ $metrics['bots'] }}

{{ $metrics['active_bots'] }} active

Published

{{ $metrics['templates'] }}

Trusted modules

Recent connections

Modules
@forelse($recentBots as $bot)

{{ $bot->internal_name }}

{{ $bot->user?->email }} · {{ $bot->template?->name }}

@empty
No bots connected yet.
@endforelse

Audit stream

View log
@forelse($activity as $item)

{{ $item->description }}

{{ $item->admin?->name ?? $item->user?->name ?? 'System' }} · {{ $item->created_at->diffForHumans() }}

@empty
No activity yet.
@endforelse
@endsection