@extends('layouts.app') @section('title', 'المواعيد') @push('head') @endpush @section('content')

تصفية

دليل الألوان

@foreach([ ['#3b82f6', 'مجدول'], ['#06b6d4', 'مؤكد / وصل'], ['#eab308', 'قيد المعاينة'], ['#22c55e', 'مكتمل'], ['#ef4444', 'ملغي'], ['#f97316', 'لم يحضر'], ] as [$c, $label])
{{ $label }}
@endforeach
@include('appointments._form-modal', ['doctors' => $doctors]) @endsection @push('scripts') @endpush