@include('page.meta') @include('include.stylesheets') @stack('style') @include('page.header')
{{-- Auth::user()->role ?: --}} @include('page.sidebar', [ 'role' => null ])
@include('page.skins') @include('page.title', [ 'title' => $title, 'description' => $description, 'path' => @$path ]) @yield('content')
@include('page.footer') @include('include.scripts') @yield('override') @stack('script') @stack('ready')