{{ $card['value'] }}
{{ $card['label'] }} · {{ $card['sub'] }}
{{ $card['value'] }}
{{ $card['label'] }} · {{ $card['sub'] }}
{{ __('Last 6 months performance') }}
@currency($arr)
{{ __('Projected ARR') }}
{{ __('Active subscription breakdown') }}
{{ __('No active subscriptions.') }}
{{ __('No users found.') }}
| {{ __('User') }} | {{ __('Plan') }} | {{ __('Status') }} | {{ __('Joined') }} |
|---|---|---|---|
|
{{ strtoupper(substr($user->name, 0, 1)) }}{{ strtoupper(substr(strstr($user->name . ' ', ' '), 1, 1)) }}
{{ $user->name }}
{{ $user->email }} |
{{ $user->currentPlan->name ?? 'Free' }} | {{ $user->status }} | {{ \Carbon\Carbon::parse($user->created_at)->diffForHumans() }} |
{{ __('No payments recorded.') }}
| {{ __('Invoice') }} | {{ __('User') }} | {{ __('Amount') }} | {{ __('Status') }} | {{ __('Date') }} |
|---|---|---|---|---|
| #{{ $payment->id }} | {{ $payment->workspace?->name ?? __('Deleted Workspace') }} | @currency($payment->amount) | {{ ucfirst($payment->status) }} | {{ \Carbon\Carbon::parse($payment->created_at)->format('M j, Y') }} |
{{ ($systemSnapshot['failed_jobs'] ?? 0) == 0 ? __('All systems operational') : __(':count failed jobs detected', ['count' => $systemSnapshot['failed_jobs'] ?? 0]) }}
{{ __('Support tickets awaiting response') }}
{{ __('SaaS Core System Version') }}