@extends('admin._layout') @section('title', 'التقارير') @push('head') @endpush @php $statusMeta = [ 'active' => ['label' => 'نشطة', 'color' => 'success', 'icon' => 'check'], 'trial' => ['label' => 'تجريبية', 'color' => 'warning', 'icon' => 'hourglass'], 'suspended' => ['label' => 'موقوفة', 'color' => 'danger', 'icon' => 'ban'], 'expired' => ['label' => 'منتهية', 'color' => 'secondary', 'icon' => 'calendar-x'], 'pending' => ['label' => 'معلّقة', 'color' => 'info', 'icon' => 'clock'], ]; @endphp @section('content')
لا توجد بيانات مالية بعد.
لا توجد بيانات.
أضف عيادة للبدء.
| العيادة | الباقة | الحالة | أطباء | مستخدمين | مرضى | مواعيد | سجلات | فواتير | إيرادات | متبقي | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{{ $initials }}
{{ $c->name }}
{{ $c->owner_email }}
|
{{ $c->plan?->name ?? '—' }} | {{ $sm['label'] }} | @if($m['reachable'] ?? false){{ $m['doctors'] }} | {{ $m['users'] }} | {{ number_format($m['patients']) }} | {{ number_format($m['appointments']) }} | {{ number_format($m['medical_records']) }} | {{ number_format($m['invoices']) }} | {{ number_format($m['revenue'], 0) }} | {{ number_format($m['outstanding'], 0) }} | @elseقاعدة البيانات غير متاحة @if(! empty($m['error'])) @endif | @endif|||||||
| الإجمالي | {{ number_format($totals['doctors']) }} | {{ number_format($totals['users']) }} | {{ number_format($totals['patients']) }} | {{ number_format($totals['appointments']) }} | {{ number_format($totals['medical_records']) }} | {{ number_format($totals['invoices']) }} | {{ number_format($totals['revenue'], 0) }} | {{ number_format($totals['outstanding'], 0) }} | ||||||||||