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