@include('template.sidebar')
@include('template.topbar')
@yield('content')
@include('template.footer')