@include('partials.admin._meta') @include('partials.admin._css') @yield('styles') @notifyCss @include('notify::components.notify') @include('partials.admin._loader')
@include('partials.admin._header')
@include('partials.admin._sidebar')
@include('partials.admin._page-title') @yield('app')
@include('partials.admin._footer')
@yield('beforeScripts') @include('partials.admin._js') @yield('afterScripts') @notifyJs