@extends('layouts.app')
@section('title', 'تحليلات المواعيد')
@php
$statusMeta = [
'scheduled' => ['label' => 'مجدول', 'color' => 'info', 'icon' => 'calendar'],
'confirmed' => ['label' => 'مؤكد', 'color' => 'cyan', 'icon' => 'check'],
'checked_in' => ['label' => 'وصل', 'color' => 'azure', 'icon' => 'user-check'],
'in_progress' => ['label' => 'قيد المعاينة', 'color' => 'warning', 'icon' => 'stethoscope'],
'completed' => ['label' => 'مكتمل', 'color' => 'success', 'icon' => 'check'],
'cancelled' => ['label' => 'ملغي', 'color' => 'danger', 'icon' => 'x'],
'no_show' => ['label' => 'لم يحضر', 'color' => 'orange', 'icon' => 'user-x'],
];
@endphp
@section('content')
غيّر النطاق الزمني أو سجّل مواعيد جديدة لتحليلها.
| الحالة | العدد | النسبة |
|---|---|---|
| {{ number_format($count) }} |
|
|
| الإجمالي | {{ number_format($total) }} |