@include('partials.sidebar')
@include('partials.topbar')
@yield('content')
@include('partials.footer')
@yield('scripts')