You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gravitano edited this page Jun 9, 2015
·
3 revisions
Views
You can create your own view in your app/views folder and make sure all of views to extends admin::layouts.master view or you can user $layout variable. Here's an example.
In that master page included 3 section that you can use. They are style, content and script. The style section is used to add some custom CSS, the content is used to showing a content and the script is used to add some custom script.