diff --git a/resources/views/dashboard/aside.blade.php b/resources/views/dashboard/aside.blade.php
new file mode 100644
index 0000000..a555328
--- /dev/null
+++ b/resources/views/dashboard/aside.blade.php
@@ -0,0 +1,3 @@
+
diff --git a/resources/views/dashboard/categories/list.blade.php b/resources/views/dashboard/categories/list.blade.php
index dac54bc..88747ba 100644
--- a/resources/views/dashboard/categories/list.blade.php
+++ b/resources/views/dashboard/categories/list.blade.php
@@ -1,5 +1,7 @@
-
+
diff --git a/resources/views/dashboard/home.blade.php b/resources/views/dashboard/home.blade.php
index 9ef269f..793e8c1 100644
--- a/resources/views/dashboard/home.blade.php
+++ b/resources/views/dashboard/home.blade.php
@@ -15,9 +15,12 @@
@endpush
@section('main')
+
@if(\Session::has('message'))
{{ \Session::get('message') }}
@endif
@include('dashboard.projects.list')
-@include('dashboard.categories.list')
+@include('dashboard.aside')
@endsection
diff --git a/resources/views/dashboard/projects/list.blade.php b/resources/views/dashboard/projects/list.blade.php
index 2dfe6b7..6ec839f 100644
--- a/resources/views/dashboard/projects/list.blade.php
+++ b/resources/views/dashboard/projects/list.blade.php
@@ -1,5 +1,7 @@