@include('layouts.header')
@if (getOption('app_preloader_status', 0) == STATUS_ACTIVE)
@if(centralDomain() && isAddonInstalled('ALUSAAS')) {{ getOption('app_name') }} @else {{ getOption('app_name') }} @endif
@endif
@include('layouts.sidebar')
@include('layouts.nav') @yield('content')
@if (!empty(getOption('cookie_status')) && getOption('cookie_status') == STATUS_ACTIVE) @endif @include('layouts.script')