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