@extends('layouts.app') @section('title', 'SaaS Tenants Directory') @section('content')
All registered tenant organizations on the SaaS platform.
| Company Name | Emirate | TRN | Branches | Subscription Plan | Status |
|---|---|---|---|---|---|
|
{{ $tenant->company_name }}
{{ $tenant->email }}
|
{{ $tenant->emirate }} | {{ $tenant->trn ?? 'N/A' }} | {{ count($tenant->branches) }} Branches | {{ $tenant->subscription->plan->name ?? 'Professional Plan' }} | Active |