@include('panel.layout.head') @stack('css')
@include('panel.layout.sidebar')
@include('panel.layout.header')
@yield('content_head')
@yield('content')
@include('panel.layout.scripts') @stack('js')