@extends('layouts.app-sidebar') @section('content')
System overview and management
Total channels
Running bots
Custom commands
Total processed
DayBot Windows Service
Bot's YouTube authentication
User accounts & access
User support requests
Broadcast messages
AI & service configs
{{ $tenants->total() }} registered channels
{{ $tenant->channel_title }}
{{ $tenant->user->name }}
No channels found
| Channel | Owner | Status | Actions | |
|---|---|---|---|---|
|
@if($tenant->channel_avatar_url)
{{ strtoupper(substr($tenant->channel_title, 0, 1)) }}
@endif
{{ $tenant->channel_title }} {{ Str::limit($tenant->channel_id, 20) }} |
{{ $tenant->user->name }} {{ $tenant->user->email }} |
@if($tenant->status === 'running' && $tenant->live_chat_id) Live @elseif($tenant->status === 'running') Waiting @elseif($tenant->status === 'error') Error @else Stopped @endif | ||
|
No channels found |
||||