@stack('scripts') @if (View::exists('layouts.head')) @include('layouts.head') @endif @if($masquerade)
You are masquerading as a {{\Session::get('fid')}}. Logout & return to Admin Area.
@endif
@if(View::exists('layouts.header')) @include('layouts.header') @endif
@if (!Auth::guest()) @include('layouts/sidemenu') @endif
@if(!Auth::guest()) @include('layouts/headmenu') @endif @yield('content')
@if(View::exists('layouts.footer')) @include('layouts.footer') @endif
@if($areNotification) @endif @if (!Auth::guest()) @endif