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'); } ````
When this occurs, in the file
app/Providers/AppServiceProvider.phpthe register method should be completed with: