where('rf_department_patient_id', $id) ->delete(); return; } ObservationPatient::query() ->where('rf_medicalhistory_id', $id) ->delete(); } }