{{-- --}} {{-- --}}

Appointment List

View and manage your consultation schedule at the clinic

Ilustrasi konsultasi kesehatan
@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) @else Feedback has been provided @endif @endif @if ($appt->status === 'waiting') {{--
@csrf
--}} @endif
{{ \Carbon\Carbon::parse($appt->date)->translatedFormat('d M Y') }}
{{ $appt->time }}
@endforeach
{{-- Modal Feedback --}}
!
Your Upcoming Appointment is in
{{--
Please consult your doctor.
--}}
{{-- --}}
Loading...
{{-- feedback store --}} {{-- delete button --}}