diff --git a/resources/views/livewire/book-case/comment-book-case.blade.php b/resources/views/livewire/book-case/comment-book-case.blade.php index 5a38c2eb..519dc118 100644 --- a/resources/views/livewire/book-case/comment-book-case.blade.php +++ b/resources/views/livewire/book-case/comment-book-case.blade.php @@ -1,13 +1,8 @@
+ {{-- MAIN --}}
-
- - - Zurück zur Übersicht - -
diff --git a/resources/views/livewire/frontend/header.blade.php b/resources/views/livewire/frontend/header.blade.php index c68f9742..355702f8 100644 --- a/resources/views/livewire/frontend/header.blade.php +++ b/resources/views/livewire/frontend/header.blade.php @@ -3,95 +3,111 @@
-
- - - - +
-
+
-
- - @auth -
- @else -
+ @auth +
+ @else {{ __('Login') }} - {{-- - {{ __('Registration') }} - --}} -
- @endauth + @endauth +
diff --git a/resources/views/livewire/frontend/welcome.blade.php b/resources/views/livewire/frontend/welcome.blade.php index 63831e4c..67376f58 100644 --- a/resources/views/livewire/frontend/welcome.blade.php +++ b/resources/views/livewire/frontend/welcome.blade.php @@ -11,7 +11,7 @@

{{ __('A Bitcoin community for all.') }}

-
+
+
+ + + {{ __('Login') }} + +
diff --git a/resources/views/livewire/meetup/landing-page.blade.php b/resources/views/livewire/meetup/landing-page.blade.php index 46c1c8bb..bf7e8a35 100644 --- a/resources/views/livewire/meetup/landing-page.blade.php +++ b/resources/views/livewire/meetup/landing-page.blade.php @@ -1,4 +1,5 @@
+ {{-- MAIN --}}
@@ -128,13 +129,6 @@ @endforeach -
- - - {{ __('Back') }} - -
-
@php @@ -200,13 +194,6 @@
-
- - - {{ __('Back') }} - -
-
diff --git a/resources/views/livewire/news/article-overview.blade.php b/resources/views/livewire/news/article-overview.blade.php index 4211adb2..73355c59 100644 --- a/resources/views/livewire/news/article-overview.blade.php +++ b/resources/views/livewire/news/article-overview.blade.php @@ -1,4 +1,5 @@
+
diff --git a/resources/views/livewire/news/intern-article-view.blade.php b/resources/views/livewire/news/intern-article-view.blade.php index a0a1af16..a4e7eb36 100644 --- a/resources/views/livewire/news/intern-article-view.blade.php +++ b/resources/views/livewire/news/intern-article-view.blade.php @@ -1,22 +1,8 @@
@googlefonts('article') + {{-- HEADER --}} +
-
-
- @if($libraryItem->type === 'markdown_article') - - - {{ __('Back to overview') }} - - @else - - - {{ __('Back to overview') }} - - @endif -
-
-