@extends('layouts.admin') @section('title', 'Tenant Management') @section('content')
Manage all tenant organizations and their settings
| Tenant | Domain | Status | Users | Created | Actions |
|---|---|---|---|---|---|
|
{{ strtoupper(substr($tenant->name, 0, 2)) }}
{{ $tenant->name }}
{{ $tenant->slug }}
|
{{ $tenant->domain ?: 'Not configured' }}
@if($tenant->domain)
Custom domain
@endif
|
{{ ucfirst($tenant->status) }} |
{{ $tenant->tenantUsers->count() }} total
{{ $tenant->tenantAdminUsers->count() }} admin(s)
|
{{ $tenant->created_at->format('M d, Y') }}
{{ $tenant->created_at->diffForHumans() }}
|
{{ $tenant->slug }}