{{ __('Edit Consultation') }}

Back to List
@foreach(\App\Models\User::role('patient')->orderBy('name')->get() as $patient) @endforeach
@foreach(\App\Models\User::role('doctor')->orderBy('name')->get() as $doctor) @endforeach
Update Consultation