@extends('layouts.superadmin') @section('title', $tenant->name) @section('page-title', $tenant->profile->business_name ?? $tenant->name) @section('content')
{{ $stats['invoices'] }}
Invoices
{{ $stats['customers'] }}
Customers
{{ $stats['products'] }}
Products
| Name | Role | Status | |
|---|---|---|---|
| {{ $u->name }} | {{ $u->email }} | {{ $u->role }} | {{ $u->is_active ? 'Active':'Inactive' }} |