@extends('layouts.admin') @section('title', 'Telegram AIO Manager') @section('content')
System AIO

Telegram Manager

Orchestrate your bots, channels, and databases with modern precision.

@if(isset($botInfo['ok']) && $botInfo['ok'])

{{ $botInfo['result']['first_name'] }}

@ {{ $botInfo['result']['username'] }}

Webhook Mode SSL Secure

Your bot is currently operational and synchronizing data via Laravel Webhook. Responses are real-time.

Connected Since Active Session
Health Status Excellent

Audience Reach

{{ number_format($stats['total_users']) }}

Total unique users identified in the system database.

@for($i = 0; $i < 5; $i++)
@endfor

Gatekeeper

Force subscribe management

Active Shield
@forelse($channels as $chan)

{{ $chan['title'] }}

@ {{ $chan['username'] ?? 'Private ID' }} • {{ ucfirst($chan['type']) }}

Linked
@empty

No active force-sub restrictions found.

@endforelse
Configure Channels

Cluster Core

Storage and data parameters

SYNCING
Main Cluster ID {{ $stats['channel_id'] }}
Storage Integrity 99.9%
Payloads
{{ $stats['total_files'] }} Files
Encryption
TLS v1.3
@else

System Offline

The Telegram API link has been severed. Please verify your Bot Identity and Token to restore management capabilities.

Restore Connection
@endif
@endsection