@extends('layouts.superadmin') @section('title', 'Tenants') @section('page-title', 'All Tenants') @section('content')
| Business | Plan | Users | Status | Trial Ends | Joined | Actions | |
|---|---|---|---|---|---|---|---|
|
{{ $tenant->profile->business_name ?? $tenant->name }}
{{ $tenant->slug }} |
{{ $tenant->email }} | {{ $tenant->plan }} | {{ $tenant->users->count() }} | {{ ucfirst($tenant->status) }} | {{ $tenant->trial_ends_at ? $tenant->trial_ends_at->format('d M Y') : '—' }} | {{ $tenant->created_at->format('d M Y') }} |
View
@if($tenant->status !== 'suspended')
@else
@endif
|
| No tenants found | |||||||