Creating a nova dashboard
To create a nova dashboard, we use the “php artisan make:module:nova-dashboard ModuleName dashboardName” command.
php artisan make:module:nova-dashboard blog BlogDashboard
This will create a dashboard in the path modules/blog/src/Dashboards/BlogDashboard.php