I'm using Laravel with Laravel Nova for the admin panel. I want to have a page that shows user settings from app/config/some_config.php file.
So, how I can add a custom page(without a model) and show a link for this page in the admin panel with a new group(when we create a new resource, we must set $model and $group)?