@include('layout.header')
@if(config('visibility.page_rendering') == '' || config('visibility.page_rendering') != 'print-page')
@endif
@yield('content')
@include('modals.actions-modal-wrapper')
@include('modals.common-modal-wrapper')
@include('layout.footerjs')
@include('layout.automationjs')
{!! config('system.settings_theme_body') !!}
@if(config('visibility.page_rendering') == 'print-page')
@endif