{{-- LIBS STYLES BUNDLE --}} @include('includes.default-manage-color-settings') @if(config('settings.loading_animation_enable')) @endif @yield('styles') @if(config('customcss.css_manage') != "") @include('partials.manage.custom-css') @endif @include('includes.app_url_script') @if(config('settings.loading_animation_enable')) @else @endif
@include('partials.manage.top-navbar') @include('partials.manage.side-navbar')
@if(config('settings.loading_animation_enable'))
@endif

@yield('page-header-title')

@yield('page-header-description')

@yield('content')
@if(config('settings.loading_animation_enable')) @endif {{-- LIBS SCRIPTS BUNDLE --}} @yield('scripts') @yield('colorPickerJs')