{{-- Name: app.blade Author: JH2 Created: 2015-04-24 Description: This is the main template used when NOT logged in. Updated by: Description: --}} @yield('_pageTitle') @yield('header')
@yield('main-left')
{{-- Create a hook for scripts --}} @yield('footer-script') @include('partials.alert')