When this occurs, in the file `app/Providers/AppServiceProvider.php` the register method should be completed with: ````php public function register() { //... $this->loadViewsFrom(__DIR__.'/../resources/views', 'nova'); } ````