Plan
{{ ucfirst($tenant->plan ?? 'free') }}
Status
{{ ucfirst($tenant->status ?? 'active') }}
Products
{{ $tenant->products_count ?? 0 }} / {{ $tenant->max_products ?? 50 }}
Created
{{ $tenant->created_at ? $tenant->created_at->format('M d, Y') : '—' }}