@include('partials.admin._meta')
@include('partials.admin._css')
@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')
@include('partials.admin._js')
@notifyJs