diff --git a/resources/views/homepage.blade.php b/resources/views/homepage.blade.php index 70fe962..34e19fb 100644 --- a/resources/views/homepage.blade.php +++ b/resources/views/homepage.blade.php @@ -1,4 +1,4 @@ @extends('layout') @section('content') - test +Where the content is. @endsection \ No newline at end of file diff --git a/resources/views/layout.blade.php b/resources/views/layout.blade.php index 6495d9c..1fe1d28 100644 --- a/resources/views/layout.blade.php +++ b/resources/views/layout.blade.php @@ -6,8 +6,25 @@ Document @vite("resources/css/app.css") - + @include('partials.navbar') - @yield('content') + + +
+ + + + +
+ @yield('content') +
+
+ + + \ No newline at end of file diff --git a/resources/views/partials/footer.blade.php b/resources/views/partials/footer.blade.php new file mode 100644 index 0000000..71a1b04 --- /dev/null +++ b/resources/views/partials/footer.blade.php @@ -0,0 +1,103 @@ + \ No newline at end of file diff --git a/resources/views/partials/navbar.blade.php b/resources/views/partials/navbar.blade.php index cdb8731..0c28715 100644 --- a/resources/views/partials/navbar.blade.php +++ b/resources/views/partials/navbar.blade.php @@ -43,7 +43,7 @@ -
+
\ No newline at end of file diff --git a/resources/views/partials/sidebar.blade.php b/resources/views/partials/sidebar.blade.php new file mode 100644 index 0000000..b4eb2fc --- /dev/null +++ b/resources/views/partials/sidebar.blade.php @@ -0,0 +1,138 @@ + + +
+
+ + Logo + + + +
\ No newline at end of file