In our package, we will have quite a few Views: index/create/edit for the Roles and the same list for the Permissions. They should all have one design layout, right? So how do we incorporate the layout and how do we extend it in our Blade files?
Of course, there are a few ways to structure it, as it would be in any Laravel project, but I will go with this structure below...