@include('layout.header')
@include('layout.navbar') @include('layout.sidebar') @yield('content')
@include('layout.footer') @include('layout.js')