@extends('layouts.app') @section('title', 'SaaS Tenants Directory') @section('content')

Typing Center Tenants Directory

All registered tenant organizations on the SaaS platform.

@foreach($tenants as $tenant) @endforeach
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
{{ $tenants->links() }}
@endsection