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