{{ Form::open(['id'=>'addIpdDiagnosisForm']) }}
{{ Form::hidden('ipd_patient_department_id', $ipdPatientDepartment->id) }}
{{ Form::label('report_type', __('messages.ipd_patient_diagnosis.report_type').':',['class' => 'form-label']) }}
{{ Form::text('report_type', null, ['class' => 'form-control','required','placeholder' => __('messages.ipd_patient_diagnosis.report_type')]) }}