According to the information provided on
FilamentPHP: Adding some style · Laravel Bytes
and the
Override account widget · filamentphp/filament · Discussion #8752
You can attempt customization by creating a resources/views/vendor/filament-panels/components/page/sub-navigation/sidebar.blade.php file.
hey am new to development especially in laravel , as mentioned in these website when using vendor publish wont there be issue if we dont lock the dependencies version, i could only think of using a seperate view independent of filament panel and adding the theme and styling from the vendor file (copying the code) and exclude the navigation and other panel elements ! will this work? is there any alternative to override panel layout without vendor publish ? i really need to exclude all panel layout element except for it theming and styling