diff --git a/resources/views/layouts/dashb5.blade.php b/resources/views/layouts/dashb5.blade.php
index 6211df0..47dc3ff 100644
--- a/resources/views/layouts/dashb5.blade.php
+++ b/resources/views/layouts/dashb5.blade.php
@@ -123,70 +123,9 @@
-
-
-
-
-
-
-
- Home
-
-
-
-
-
- Dashboard
-
-
-
-
-
- Orders
-
-
-
-
-
-
-
+
+ @include('layouts.sidebar')
+
@@ -218,127 +157,8 @@
-
-
-
-
-
-
-
-
- Sidebar
-
-
-
-
-
-
-
- Home
-
-
-
-
-
- Dashboard
-
-
-
-
-
- Orders
-
-
-
-
-
-
- Account
-
-
-
-
-
-
-
-
-
+
+
diff --git a/resources/views/layouts/offcanvas-section.blade.php b/resources/views/layouts/offcanvas-section.blade.php
new file mode 100644
index 0000000..cabf92e
--- /dev/null
+++ b/resources/views/layouts/offcanvas-section.blade.php
@@ -0,0 +1,121 @@
+
+
+
+
+
+
+
+
+ Sidebar
+
+
+
+
+
+
+
+ Home
+
+
+
+
+
+ Dashboard
+
+
+
+
+
+ Orders
+
+
+
+
+
+
+ Account
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/resources/views/layouts/sidebar.blade.php b/resources/views/layouts/sidebar.blade.php
index dd70a29..cd5602a 100644
--- a/resources/views/layouts/sidebar.blade.php
+++ b/resources/views/layouts/sidebar.blade.php
@@ -1,71 +1,62 @@
-
-
-
-
- Home
-
-
-
-
-
- Dashboard
-
-
-
-
-
- Orders
-
-
-
-
-
-
- Account
-
-
-
-
+
-
\ No newline at end of file
+
+
+
+
+ Home
+
+
+
+
+
+ Dashboard
+
+
+
+
+
+ Orders
+
+
+
+
+
+
\ No newline at end of file