Dashboard

🩺

Telemedicine

{{ $totalTelemedicine }}
📅

Appointment

{{ $totalApp }}

Telemedicine Consultation

{{-- @forelse ($drafts as $i => $appointment) --}} @foreach ($telemedicines ?? [] as $i => $a) @endforeach
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)
{{ \Carbon\Carbon::parse($a->date)->format('d-m-Y h:i A') }}
Topic : {{ $a->topic ?? '–' }}
{{--
test
--}} {{--
--}}
@endforeach

Appointment Consultation