@if (session('status'))
{{ session('status') }}
@endif @if (session('error'))
{{ session('error') }}
@endif @php $invoiceStatusLabel = function ($status) { $key = strtolower(str_replace(' ', '_', trim((string) $status))); return [ 'payment_pending_whmcs' => 'Payment Processing', 'payment_received' => 'Payment Received', 'whmcs_sync_failed' => 'Processing', 'sync_failed' => 'Processing', 'manual_review' => 'Under Review', ][$key] ?? ucwords(str_replace('_', ' ', $key ?: 'pending')); }; $invoiceMoney = fn ($invoice) => strtoupper((string) $invoice->currency) === 'USD' ? '$'.number_format((float) $invoice->total, 2).' USD' : strtoupper((string) $invoice->currency).' '.number_format((float) $invoice->total, 2); @endphp
Account Overview

Welcome back, {{ Auth::user()->first_name ?: Auth::user()->displayName() }}

Manage your hosting services, domains, invoices, and support requests.

Order New Service
S
{{ $servicesCount }}Active Services
D
{{ $domainsCount }}Domains
T
0Support Tickets
I
{{ $unpaidInvoicesCount }}Unpaid Invoices
Products & Services

Your Active Products/Services

{{ $servicesCount > 0 ? 'You currently have '.$servicesCount.' active service(s).' : 'You do not have any active services yet.' }}

View Services
Billing

Unpaid Invoices

You have {{ $unpaidInvoicesCount }} invoice(s) awaiting payment.

View Invoices
Support

Recent Support Tickets

No recent tickets found. Open a ticket whenever you need assistance.

Open New Ticket
Domains

Register a New Domain

Search and register a domain directly from your account.

@csrf