- 👨💻
 - Support for custom path
 - Support for nwidart/laravel-modules
 
Search according to the configured path
"laravel_goto_view.folders": {
    "default" : "/resources/views",
    "theme_xxx": "/resources/views/theme_xxx"
}
Search views according to the configured extensions
"laravel_goto_view.extensions": {
    "default" : ".blade.php",
    "inky": ".inky.php"
}
Use 'Ctrl' or 'Alt' + click, jump to the first match file.
Display the path name of the configuration
