Go to your configuration.yaml file and add the url of the plugin as an extra_module_url: hide_header 1 Boolean false Hides only the header. hide_sidebar Boolean false Hides only the sidebar.
Create a file resources/views/layout/base.blade.php Add the basic HTML structure: header, sidebar, @yield('content') content, and footer. There was an error while ...