{{ Form::open(['id'=>'addNewForm']) }}
{{ Form::hidden('ipd_patient_department_id', $ipdPatientDepartment->id) }}
{{ Form::label('report_type', __('messages.ipd_patient_diagnosis.report_type').':',['class' => 'form-label required fs-6 fw-bolder text-gray-700 mb-3']) }}
{{ Form::text('report_type', null, ['class' => 'form-control form-control-solid','required']) }}
{{ Form::button(__('messages.common.save'), ['type'=>'submit','class' => 'btn btn-primary me-3','id'=>'btnSave','data-loading-text'=>" Processing..."]) }}
{{ Form::close() }}