@extends('secretary.layouts.app') @section('title', 'الاستقبال') @section('page-title', 'لوحة الاستقبال') @section('content') {{-- إحصائيات --}}
| الوقت | المريض | سبب الزيارة | الحالة | إجراء |
|---|---|---|---|---|
| {{ $appt->appointment_time }} |
{{ $appt->patient->user->name }}
{{ $appt->patient->user->phone }}
|
{{ $appt->reason ?? '—' }} | @if($appt->status==='confirmed') مؤكد @else بانتظار @endif |