@include('dashboard.style') @yield('style')
@include('dashboard.header') @include('dashboard.sidebar')
@yield('content')
@include('dashboard.footer')
@include('dashboard.scripts') @yield('script')