@extends('layouts.app') @section('content')
System overview and tenant management
Total Tenants
{{ $stats['total_tenants'] ?? 0 }}
Active Tenants
{{ $stats['active_tenants'] ?? 0 }}
Total Commands
{{ $stats['total_commands'] ?? 0 }}
Total Messages
{{ $stats['total_messages'] ?? 0 }}
| Channel | User | Status | Created | Actions |
|---|---|---|---|---|
|
@if($tenant->channel_avatar_url)
{{ $tenant->channel_title }} {{ $tenant->channel_id }} |
{{ $tenant->user->name }} {{ $tenant->user->email }} |
{{ ucfirst($tenant->status) }} | {{ $tenant->created_at->format('M d, Y') }} | Logs View |
| No tenants found | ||||