diff --git a/app/views/layout/dashboard.blade.php b/app/views/layout/dashboard.blade.php index 752d5610..978add29 100644 --- a/app/views/layout/dashboard.blade.php +++ b/app/views/layout/dashboard.blade.php @@ -13,45 +13,7 @@ - - + @include('partials.dashboard-nav') + @include('partials.dashboard-sidebar') diff --git a/app/views/partials/dashboard-nav.blade.php b/app/views/partials/dashboard-nav.blade.php new file mode 100644 index 00000000..ca9c4855 --- /dev/null +++ b/app/views/partials/dashboard-nav.blade.php @@ -0,0 +1,20 @@ + diff --git a/app/views/partials/dashboard-sidebar.blade.php b/app/views/partials/dashboard-sidebar.blade.php new file mode 100644 index 00000000..55388778 --- /dev/null +++ b/app/views/partials/dashboard-sidebar.blade.php @@ -0,0 +1,20 @@ +