{{ session('success') }}
{{ session('error') }}
@if ($maxDomains === -1) {{ $domainSitesCount }} domain {{ $domainSitesCount === 1 ? 'slot' : 'slots' }} in use (unlimited) @else {{ $domainSitesCount }} of {{ $maxDomains }} domain {{ $maxDomains === 1 ? 'slot' : 'slots' }} in use @endif
|
@if ($maxSubdomains === -1) {{ $subdomainSitesCount }} subdomain {{ $subdomainSitesCount === 1 ? 'slot' : 'slots' }} in use (unlimited) @else {{ $subdomainSitesCount }} of {{ $maxSubdomains }} subdomain {{ $maxSubdomains === 1 ? 'slot' : 'slots' }} in use @endif
Domain slot limit reached. Upgrade your plan or remove an unused domain.
@endifCreate a hostname under one of your attached domains (up to 5× your domain slot limit).
@if ($parentOptions->isEmpty())Add a primary or addon domain before creating subdomains.
@else @if (! $canAddSubdomain)Subdomain slot limit reached.
@endif @endif| Domain | Type | Document Root | Status | Actions |
|---|---|---|---|---|
| @php $typeStyles = [ 'primary' => 'bg-indigo-100 text-indigo-800', 'addon' => 'bg-slate-100 text-slate-800', 'subdomain' => 'bg-sky-100 text-sky-800', ]; @endphp {{ ucfirst($site->type) }} | {{ $site->document_root }} | {{ ucfirst($site->status) }} |
@if((int) $account->user_id === (int) auth()->id())
|
No domains yet. Add one above.
Use one of these methods to connect an external domain: