{{-- --}} {{--
--}}
@if(count($telemedicine) > 0)

Register for Telemedicine

View and manage your online consultation schedule at the clinic.

Ilustrasi konsultasi kesehatan
@foreach ($telemedicine as $tel)
{{-- --}}
Online meet consultation
@if ($tel->status === 'ongoing' || $tel->status === 'waiting') @endif
Doctor: {{ ucwords($tel->doctor->fullname) }} {{ $tel->description }} {{ ucfirst($tel->status) }} @php $hasFeedback = $feedbacks->contains(function($f) use ($tel) { return $f->data_id == $tel->id && $f->type == 'telemedicine'; }); @endphp @if ($tel->status === 'completed') @if (!$hasFeedback) @else Feedback has been provided @endif @endif @if ($tel->status === 'waiting')
@csrf
@endif
{{ \Carbon\Carbon::parse($tel->date)->translatedFormat('d M Y') }}
{{ $tel->time }}
@endforeach
@else
Doctor
Personalized Health Plans

Why Wait in Line?
Get Medical Care Online with MediCare

MediCare brings expert healthcare to your fingertips, so you can get the care you need without the long waits or travel.

Form Data Telemedicine

@csrf
{{-- --}}

Thanks! We’ll be in touch

Your telemedicine appointment has been successfully scheduled.

Your Appointment

Date Time Doctor Type Status
@endif
{{-- Modal Feedback --}} {{-- feedback store --}}