{{--
--}}
{{--
Video Call
Chat Bot
@csrf
--}}
{{--
MediCare
--}}
MediCare
Dashboard
Profile
Appointment
Telemedicine
Video Call
Chatbot
Video Guide
@csrf
Logout
Appointment List
View and manage your consultation schedule at the clinic
+ Make a New Appointment
All
Active
Waiting
Completed
Cancelled
@foreach ($appointments as $appt)
{{--
--}}
New Appointment
Dokter: {{ ucwords($appt->doctor->fullname) }}
{{ $appt->notes }}
{{ ucfirst($appt->status) }}
@php $hasFeedback = $feedbacks->contains(function($f) use ($appt) { return $f->data_id == $appt->id && $f->type == 'appointment'; }); @endphp @if ($appt->status === 'completed') @if (!$hasFeedback)
Give a feedback
@else
Feedback has been provided
@endif @endif @if ($appt->status === 'waiting') {{--
@csrf
Hapus
--}}
Delete
@endif
{{ \Carbon\Carbon::parse($appt->date)->translatedFormat('d M Y') }}
{{ $appt->time }}
@endforeach
×
Make a New Appointment
@csrf
Choose a Doctor
-- Choose a Doctor --
@foreach($doctors as $doctor)
{{ $doctor->fullname }} ({{ $doctor->doctorDetail->specialist }})
@endforeach
Date
time
-- Select hours --
Symtomps
Book now
{{-- Modal Feedback --}}
×
Give a feedback
@csrf
Give us a rate:
@for ($i = 1; $i <= 5; $i++)
★
@endfor
Feedback / Suggestions:
Send
×
!
Your Upcoming Appointment is in
{{--
Please consult your doctor.
--}}
{{--
Learn More
--}}
Loading...
{{-- feedback store --}} {{-- delete button --}}