@yield('page_css')
@include('partials.left_nav')
@include('partials.top_bar') @if (session()->has('success')) @endif @if (session()->has('warning')) @endif @if (session()->has('error')) @endif
@yield('content')
@include('partials.footer')
@include('partials.footer_script') @yield('page_script')