@extends('adminlte::page') @section('title', 'Global Reports') @include('partials.ui-polish') @section('content_header')
| Organization | Plan | Subscription | Billing | Users |
|---|---|---|---|---|
| {{ $organization->name }} {{ $organization->contact_email }} |
{{ $organization->plan }} | {{ $organization->subscription_status }} | {{ $organization->billing_status }} | {{ $organization->users_count }} |
| No organizations found. | ||||
| Active | {{ $subscriptionReport['active'] }} |
| Trial | {{ $subscriptionReport['trial'] }} |
| Suspended | {{ $subscriptionReport['suspended'] }} |
| Cancelled | {{ $subscriptionReport['cancelled'] }} |
| Expiring in 30 days | {{ $subscriptionReport['expiring_soon'] }} |
| {{ $plan }} | {{ $count }} |
| Invoice | Organization | Status | Amount | Due |
|---|---|---|---|---|
| {{ $invoice->invoice_number }} | {{ $invoice->organization?->name }} | {{ $invoice->status }} | {{ $invoice->currency }} {{ number_format($invoice->amount, 2) }} | {{ $invoice->due_date->format('M d, Y') }} |
| No invoices in range. | ||||
| {{ $role }} | {{ $count }} |
| No new users in range. |
| {{ $month }} | {{ $count }} |
| No monthly growth data. |
| Organizations | {{ $usageReport['organizations'] }} |
| Active Module Access | {{ $usageReport['active_modules'] }} |
| Invoices in Range | {{ $usageReport['invoices'] }} |
| Login Events | {{ $usageReport['login_events'] }} |
| Storage Usage | {{ number_format($usageReport['storage_gb'], 2) }} GB |
| Support Tickets | {{ $usageReport['support_tickets'] }} |
| {{ str_replace('.', ' ', $action) }} | {{ $count }} |
| No audit activity. |
| Action | Organization | Time |
|---|---|---|
| {{ str_replace('.', ' ', $event->action) }} | {{ $event->organization?->name ?? 'Platform' }} | {{ $event->created_at->format('M d, H:i') }} |
| No audit events in range. | ||