@extends('layouts.superadmin') @section('title', 'Dashboard') @section('page-title', 'Super Admin Dashboard') @section('content') {{-- Stats --}}
{{ $s['label'] }}
{{ $s['value'] }}
| Business | Plan | Status | Joined | |
|---|---|---|---|---|
| {{ $tenant->profile->business_name ?? $tenant->name }} | {{ $tenant->email }} | {{ $tenant->plan }} | {{ ucfirst($tenant->status) }} | {{ $tenant->created_at->format('d M Y') }} |
{{ $plan->name }}
₹{{ number_format($plan->price_monthly, 0) }}/mo
{{ $plan->tenants_count }}
tenants