app->singleton( 'sidebar', Component::class ); } public function boot() { $this->app->resolve( 'sidebar' )->boot(); } }