@php $todays_appointments = getTodaysAppointmentsByCurrentDoctor() @endphp

RV D'aujourd'hui

    @forelse ($todays_appointments as $todays_appointment)
  • {{ $todays_appointment->patient->getFullName() }} {{ $todays_appointment->between ?? '-' }}
  • @empty
  • Aucun rendez-vous pour aujourd'hui!
  • @endforelse