@if (session('ldap_authenticated'))
@endif
@yield('title', config('app.name'))
@include('partials.pwa-head')
@stack('head') @if (session('ldap_authenticated'))
@include('partials.app-shell')
@include('partials.ui-flash-payload') @yield('content') @stack('frame-scripts')
@else
@yield('content')
@endif @hasSection('hide_footer') @else @include('partials.footer') @endif @if (session('ldap_authenticated')) @endif @include('partials.ui-feedback') @if (session('ldap_authenticated')) @include('partials.list-row-actions-sheet') @endif @include('partials.pwa-install-prompt') @if (session('ldap_authenticated')) @endif @stack('scripts')