@if (session('ldap_authenticated'))
@endif
@yield('title', config('app.name'))
@stack('head')
@yield('content')
@hasSection('hide_footer') @else @include('partials.footer') @endif @if (session('ldap_authenticated')) @endif @stack('scripts')