@include('layout.header')
@include('nav.topnav') @include('nav.leftmenu')
@if(config('visibility.page_rendering') == '' || config('visibility.page_rendering') != 'print-page')
@endif @yield('content') @include('pages.reminders.misc.reminder-panel') @include('nav.notifications-panel') @include('nav.reminders-panel')
@include('pages.starred.panel')
@include('modals.actions-modal-wrapper') @include('modals.common-modal-wrapper') @include('modals.plain-modal-wrapper') @include('pages.search.modal.search') @include('pages.authentication.modal.relogin') @include('modals.create') @include('layout.footerjs') @include('layout.automationjs') {!! config('system.settings_theme_body') !!} @if(config('visibility.page_rendering') == 'print-page') @endif