@extends('layouts.admin') @section('title', 'Practice Activation') @section('content')
SuperAdmin activation
Triage registrations, compliance evidence, Clinic Admin setup, and final activation from one focused queue.
Review queue
Now{{ $reviewQueueCount }}
Onboarding
{{ $onboardingCount }}
Active
{{ $activeCount }}
Blocked
{{ $blockedCount }}
{{ $tenants->count() }} result{{ $tenants->count() === 1 ? '' : 's' }} shown. Open a practice to verify registration, review BAA evidence, and decide activation.
| Practice | Stage | Readiness | Next action | Submitted | |
|---|---|---|---|---|---|
|
{{ $tenant->name }} {{ $tenant->primary_contact_email ?: 'No contact email' }} {{ $tenant->operational_timezone ?: 'Timezone not set' }} |
{{ $statusLabels[$tenant->status] ?? ucfirst(str_replace('_', ' ', $tenant->status)) }}
{{ ucfirst(str_replace('_', ' ', $tenant->onboarding_status ?? 'registration_submitted')) }} |
BAA
eSign
Admin {{ (int) $tenant->active_clinic_admins_count > 0 ? 'active' : ((int) $tenant->pending_clinic_admin_invites_count > 0 ? 'invited' : 'needed') }}
{{ (int) $tenant->verified_compliance_documents_count }} verified docs @if ((int) $tenant->open_information_requests_count > 0) ยท {{ (int) $tenant->open_information_requests_count }} info request{{ (int) $tenant->open_information_requests_count === 1 ? '' : 's' }} @endif |
{{ $nextAction($tenant) }} {{ $tenant->isComplianceVerified() ? 'Compliance complete' : 'Compliance incomplete' }} |
{{ \App\Support\UsFormat::date($tenant->created_at) }} | Review |
| No practices match this view. | |||||