Dashboard
Telemedicine
{{ $totalTelemedicine }}
Appointment
{{ $totalApp }}
Telemedicine Consultation
| No | Patient | Date | Type | Status | Action |
|---|---|---|---|---|---|
| {{ $i + 1 }}. | {{ $a->user->fullname ?? '-'}} | Date -> {{ \Carbon\Carbon::parse($a->date)->format('l, d-m-Y') ?? '-' }} Time -> {{ \Carbon\Carbon::parse($a->date)->format('H:i') ?? '-' }} |
{{ $a->type ?? '-' }} |
{{ $a->status }}
|
Appointment Meetings
@foreach ($appData ?? [] as $i => $a)
{{--
@endforeach
{{ \Carbon\Carbon::parse($a->date)->format('d-m-Y h:i A') }}
Topic : {{ $a->topic ?? '–' }}
test
--}}
{{-- ›
--}}