New prescription

{{ $consultation->patient->fullName() }} ({{ $consultation->patient->patient_number }})

@include('care.prescriptions.partials.form', [ 'consultation' => $consultation, 'routes' => $routes, 'compact' => false, ])