diff --git a/app/views/layout/dashboard.blade.php b/app/views/layout/dashboard.blade.php index 978add29..d60ba3a9 100644 --- a/app/views/layout/dashboard.blade.php +++ b/app/views/layout/dashboard.blade.php @@ -12,8 +12,11 @@ + @include('partials.dashboard-nav') @include('partials.dashboard-sidebar') + + @yield('content')