diff --git a/shit-show/resources/views/auth/login.blade.php b/shit-show/resources/views/auth/login.blade.php index ecbe174..0a50d1f 100644 --- a/shit-show/resources/views/auth/login.blade.php +++ b/shit-show/resources/views/auth/login.blade.php @@ -52,5 +52,9 @@ +
+ + + diff --git a/shit-show/resources/views/components/auth-card.blade.php b/shit-show/resources/views/components/auth-card.blade.php index 71235cf..81a60d1 100644 --- a/shit-show/resources/views/components/auth-card.blade.php +++ b/shit-show/resources/views/components/auth-card.blade.php @@ -1,6 +1,6 @@
- {{ $logo }} + {{-- $logo --}}
diff --git a/shit-show/resources/views/dashboard.blade.php b/shit-show/resources/views/dashboard.blade.php index 025a79a..ed66f90 100644 --- a/shit-show/resources/views/dashboard.blade.php +++ b/shit-show/resources/views/dashboard.blade.php @@ -1,17 +1,14 @@ - + -
-
-
-
- You're logged in! -
-
-
+
+ +

Shit-Show Login Bereich

+ + diff --git a/shit-show/resources/views/layouts/app.blade.php b/shit-show/resources/views/layouts/app.blade.php index e7f54bc..267eb08 100644 --- a/shit-show/resources/views/layouts/app.blade.php +++ b/shit-show/resources/views/layouts/app.blade.php @@ -15,10 +15,12 @@ + +
- @include('layouts.navigation') + @include('layouts.navigation-app')
@@ -32,5 +34,6 @@ {{ $slot }}
+ diff --git a/shit-show/resources/views/layouts/navigation-app.blade.php b/shit-show/resources/views/layouts/navigation-app.blade.php new file mode 100644 index 0000000..d8a4225 --- /dev/null +++ b/shit-show/resources/views/layouts/navigation-app.blade.php @@ -0,0 +1,26 @@ +
+
+
+ + + + + + + +
+
+ @csrf + +
+
+
+
+
diff --git a/shit-show/resources/views/layouts/navigation.blade.php b/shit-show/resources/views/layouts/navigation.blade.php index 4e4c93d..a74e353 100644 --- a/shit-show/resources/views/layouts/navigation.blade.php +++ b/shit-show/resources/views/layouts/navigation.blade.php @@ -1,92 +1,23 @@ - + diff --git a/shit-show/resources/views/welcome.blade.php b/shit-show/resources/views/welcome.blade.php index 8a3813a..900c239 100644 --- a/shit-show/resources/views/welcome.blade.php +++ b/shit-show/resources/views/welcome.blade.php @@ -1,132 +1,25 @@ - + - Laravel + Shit-Show + - - - - - - - - -
- @if (Route::has('login')) - - @endif + @include('layouts.navigation') -
-
- - - - - -
-
-
-
- +
-
-
- Laravel has wonderful, thorough documentation covering every aspect of the framework. Whether you are new to the framework or have previous experience with Laravel, we recommend reading all of the documentation from beginning to end. -
-
-
- -
-
- - -
- -
-
- Laracasts offers thousands of video tutorials on Laravel, PHP, and JavaScript development. Check them out, see for yourself, and massively level up your development skills in the process. -
-
-
- -
-
- - -
- -
-
- Laravel News is a community driven portal and newsletter aggregating all of the latest and most important news in the Laravel ecosystem, including new package releases and tutorials. -
-
-
- -
-
- -
Vibrant Ecosystem
-
- -
-
- Laravel's robust library of first-party tools and libraries, such as Forge, Vapor, Nova, and Envoyer help you take your projects to the next level. Pair them with powerful open source libraries like Cashier, Dusk, Echo, Horizon, Sanctum, Telescope, and more. -
-
-
-
-
- -
-
-
- - - - - - Shop - - - - - - - - Sponsor - -
-
- -
- Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }}) -
-
-
+

Shit-Show Mainpage

+ + + +