@extends('layouts.admin') @section('page_kicker', 'Network') @section('page_title', 'Hospital management') @section('content')
Approve, suspend, or update facility records.
| Hospital | Contact | Status | Performance | Actions |
|---|---|---|---|---|
| {{ $hospital->name }} | {{ $hospital->contact_email }} {{ $hospital->contact_phone }} |
{{ $hospital->status ?? 'pending' }} @if($hospital->deleted_at) (deleted) @endif |
Patients: {{ $hospital->patients_count }} Doctor schedules: {{ $hospital->schedules_count }} |
@if(! $hospital->deleted_at) @endif |