@extends('layouts.admin') @section('title', 'Dashboard') @push('styles') @endpush @section('content')
{{ $admin->email }}
Your latest domain registrations
| Domain | Subdomain | Full URL | @if($admin->is_super_admin)Admin | @endifStatus | Created | Actions |
|---|---|---|---|---|---|---|
| {{ $domain->domain }} | {{ $domain->subdomain ?? 'N/A' }} |
{{ $domain->full_domain }}
|
@if($admin->is_super_admin)
{{ $domain->admin->name ?? 'N/A' }} | @endif@if($domain->is_active) Active @else Inactive @endif | {{ $domain->created_at->format('M d, Y') }} |
Get started by creating your first domain
@if($admin->is_super_admin) Create Your First Domain @endifDomain management is available to super admins only.
@endif