@extends('layouts.app') @section('content')
Manage your hosting accounts and services
Active Accounts
{{ $hostingAccounts->where('status', 'active')->count() }}
Recent Orders
{{ $recentOrders->count() }}
Unpaid Invoices
{{ $unpaidInvoices->count() }}
Open Tickets
{{ $openTickets }}
{{ $account->domain }}
{{ $account->hostingPlan->name }}
Expires: {{ $account->expires_at->format('M d, Y') }}
No hosting accounts yet. Browse our plans
@endifOrder #{{ $order->id }}
{{ $order->domain }}
{{ $order->created_at->format('M d, Y') }}
No recent orders
@endif