The Admin page isn’t showing in the sidebar of the dashboard

Instead of add_action( 'admin_init', [ $this, 'aa_admin_page' ] );

Try: add_action( 'admin_menu', [ $this, 'aa_admin_page' ] );

Edit: And all instances of $this->$foo should be $this->foo

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)