{{ __('messages.ipd_patient_prescription.edit_prescription') }}

{{ Form::open(['id'=>'editIpdPrescriptionForm']) }}
{{ Form::hidden('id',null,['id'=>'ipdEditPrescriptionId']) }} {{ Form::hidden('ipd_patient_department_id',$ipdPatientDepartment->id, ['id'=>'editIpdPatientDepartmentId']) }}
{{ Form::label('header_note', __('messages.ipd_patient_prescription.header_note').':',['class' => 'form-label']) }} {{ Form::textarea('header_note', null, ['class' => 'form-control', 'id' => 'editHeaderNote', 'rows' => 1]) }}

# {{ __('messages.ipd_patient_prescription.category_id') }} {{ __('messages.ipd_patient_prescription.medicine_id') }} {{ __('messages.ipd_patient_prescription.dosage') }} {{ __('messages.ipd_patient_prescription.instruction') }}

{{ Form::label('footer_note', __('messages.ipd_patient_prescription.footer_note').':', ['class' => 'form-label']) }} {{ Form::textarea('footer_note', null, ['class' => 'form-control', 'id' => 'editFooterNote', 'rows' => 4]) }}
{{ Form::button(__('messages.common.save'), ['type'=>'submit','class' => 'btn btn-primary m-3','id'=>'btnEditIpdPrescriptionSave','data-loading-text'=>" Processing..."]) }}
{{ Form::close() }}