diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index cafb6f1a..7c676051 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -52,6 +52,12 @@
+ + + @include('partials.sidebar') diff --git a/resources/views/partials/header.blade.php b/resources/views/partials/header.blade.php index b45fbd9b..fbc667e7 100644 --- a/resources/views/partials/header.blade.php +++ b/resources/views/partials/header.blade.php @@ -1,15 +1,31 @@ -
- -
-
+
+ +
+ + + + + {{ config('app.name') }} + + + -
+ @csrf