{{ 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]) }}
{{ 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]) }}