@include('layouts.head')
@include('layouts.sidebar')
@include('layouts.topbar')
@yield('maincontent')
@include('layouts.scripts') @yield('scripts')