'How can we override the voyager admin view?

I am facing the problem of overriding the voyager admin view because I don't want to show all fields in the view list. By default, it shows all table fields in the list and adds the scrollbar on the screen. like below screenshot

enter image description here



Solution 1:[1]

From docs:

You can override any of the BREAD views for a single BREAD by creating a new folder in resources/views/vendor/voyager/slug-name where slug-name is the slug that you have assigned for that table. There are 4 files that you can override: browse.blade.php edit-add.blade.php read.blade.php order.blade.php Alternatively you can override the views for all BREADs by creating any of the above files under resources/views/vendor/voyager/bread

source

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 devnull ?