Telemedicine Dashboard
This page facilitates virtual consultations by allowing administrators and clinicians to schedule and manage secure telemedicine with patients.
Total
{{ $totalTelemedicine }}
Waiting
{{ $waitingCount }}
Completed
{{ $completedCount }}
Telemedicine
| No | Name | Schedule | Doctor | Type | Status | Action |
|---|---|---|---|---|---|---|
| {{ $i + 1 }}. | {{ $a->fullname ?? '-'}} | Date -> {{ \Carbon\Carbon::parse($a->date)->format('l, d-m-Y') ?? '-' }} Time -> {{ \Carbon\Carbon::parse($a->scheduled_at)->format('h:i A') ?? '-' }} |
{{ $a->doctor->fullname ?? '-' }} | {{ $a->type ?? '-' }} |
{{ $a->status }}
|
AI Assistant
Hari Ini