@extends('layouts.sadmin') @section('title', 'Dashboard') @push('styles') @endpush @section('content')
System overview — {{ now()->format('l, F j, Y') }}
Total Companies
{{ $stats['total_companies'] }}
Active Companies
{{ $stats['active_companies'] }}
Trial Companies
{{ $stats['trial_companies'] }}
Users Online Now
{{ $stats['online_users'] }}
Application logo — login, select-company header, and top bar. Company logos are set in each company's Settings.
@include('superadmin.branding._upload-form', ['logo' => $appLogo, 'compact' => true, 'formId' => 'Dash'])| Company | Code | Users | Status | Concurrent | Expiry | Actions |
|---|---|---|---|---|---|---|
|
{{ $company->name }}
{{ $company->email }}
|
{{ $company->company_code }} |
{{ $company->users_count }} | {{ ucfirst($company->status) }} | {{ $company->subscription?->max_concurrent_users ?? 5 }} users | @if($company->subscription?->subscription_ends_at) {{ $company->subscription->subscription_ends_at->format('d M Y') }} @elseif($company->subscription?->trial_ends_at) Trial: {{ $company->subscription->trial_ends_at->format('d M Y') }} @else — @endif | |
| No companies found | ||||||
| Time | Action | Module | User | IP |
|---|---|---|---|---|
| {{ $log->created_at->diffForHumans() }} | {{ $log->action }} | {{ $log->module }} | {{ $log->user_type }}: {{ $log->user_id }} | {{ $log->ip_address }} |
| No recent activity | ||||