@extends('admin._layout') @section('title', 'لوحة المشرف') @push('head') @endpush @section('content')
| العيادة | الحالة | ينتهي في | المتبقي | |
|---|---|---|---|---|
|
{{ $c->name }}
{{ $c->owner_email }}
|
{{ $c->status === 'trial' ? 'تجريبي' : 'نشط' }} | {{ $endsAt?->translatedFormat('j M Y') ?? '—' }} | @if($daysLeft !== null) {{ $daysLeft }} يوم @endif |
| العيادة | الباقة | الحالة | المتبقي | أطباء | مرضى | مواعيد | آخر نشاط | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
{{ $c->name }}
{{ $c->owner_email }}
|
{{ $c->plan?->name ?? '—' }} | {{ ['active' => 'نشط', 'trial' => 'تجريبي', 'suspended' => 'موقوف', 'expired' => 'منتهي', 'pending' => 'معلّق'][$c->status] ?? $c->status }} | @if($daysLeft !== null) {{ $daysLeft }} يوم @else — @endif | @if($m['reachable'] ?? false){{ $m['doctors'] ?? 0 }} @if($plan && $plan->max_doctors) / {{ $plan->max_doctors }} @endif | {{ number_format($m['patients']) }} @if($plan && $plan->max_patients) / {{ number_format($plan->max_patients) }} @endif | {{ number_format($m['appointments']) }} | @elseغير متاحة | @endif{{ $c->last_active_at?->diffForHumans() ?? 'لا يوجد' }} | |||
| لا توجد عيادات بعد. أضف أول عيادة | |||||||||||