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
{{ message }}
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.
thekordy edited this page Nov 2, 2015
·
8 revisions
##Configuring the master view
Ticketit views system is developed to integrate with the current project master view (Ticketit uses Bootstrap framwork).
The master view file is the main view file that is using "yield" to call header, content, footer sections. It should be located at resources/views (ex. resources/views/master.blade.php), open it and make sure it yields for page, content, and footer.
@yield('page') Page section for passing the current page title