@extends('layouts.admin') @section('page_kicker', 'Control center') @section('page_title', 'Super admin dashboard') @section('content')
Hospitals
{{ $stats['hospitals'] }}
Independent doctors
{{ $stats['independent_doctors'] }}
Hospital doctors
{{ $stats['hospital_doctors'] }}
Users
{{ $stats['users'] }}
Revenue
${{ number_format((float) $stats['revenue'], 2) }}
Provision a new facility account.
Telehealth provider outside a hospital org.
Approve, reject, suspend, or reactivate.
{{ $hospital->name }}
{{ $hospital->contact_email }} · {{ $hospital->status ?? 'pending' }}
Verify credentials or toggle access.
{{ $doctor->user->name ?? 'N/A' }} · {{ $doctor->specialization ?? 'General' }}
{{ $doctor->hospital->name ?? 'Independent' }} · {{ optional($doctor->user)->verified_at ? 'verified' : 'unverified' }}
@if($doctor->user)Quick role changes and activation toggles.
{{ $user->name }} ({{ $user->email }})
Current: {{ $user->role }}{{ $user->doctor_type ? ' · '.$user->doctor_type : '' }} · {{ $user->is_active ? 'active' : 'inactive' }}
Payment, AI, and platform keys.