@extends('layouts.app') @section('title', 'إدارة المواعيد') @section('page_title', 'إدارة المواعيد') @section('content') @php // Allow reusing this page for Admin by passing $basePath = '/admin' from the controller. // Default to receptionist if not provided. $basePath = $basePath ?? '/receptionist'; @endphp
البحث والفلترة
قائمة المواعيد
التاريخ الوقت المريض رقم الهاتف الطبيب النوع الدفع الحالة الإجراءات
@include('components.appointment-add-modal') @include('components.appointment-receipt-modal') @endsection @push('scripts') @push('scripts') @endpush @endpush