@@ -988,6 +988,8 @@ class PracticeManagementController extends Controller
}
+ $patientsQuery->orderBy('notes_without_claiming_closed', 'DESC');
+
$patients = $patientsQuery->paginate(50);
$data = [