From 184a6c41375d37572b66e9953ef8a86695f35d57 Mon Sep 17 00:00:00 2001 From: HolgerHatGarKeineNode Date: Wed, 29 Mar 2023 14:16:45 +0200 Subject: [PATCH] bad gateway 502 fix --- .../livewire/news/article-overview.blade.php | 26 ++++++++++-------- .../news/intern-article-view.blade.php | 27 ++++++++++--------- 2 files changed, 30 insertions(+), 23 deletions(-) diff --git a/resources/views/livewire/news/article-overview.blade.php b/resources/views/livewire/news/article-overview.blade.php index 954dc9f9..4d320bcb 100644 --- a/resources/views/livewire/news/article-overview.blade.php +++ b/resources/views/livewire/news/article-overview.blade.php @@ -1,8 +1,9 @@ -
+
@push('feeds') @endpush +
@@ -194,17 +195,20 @@
+ {{-- FOOTER --}} -
- - -
+ @push('modals') +
+ + +
+ @endpush
diff --git a/resources/views/livewire/news/intern-article-view.blade.php b/resources/views/livewire/news/intern-article-view.blade.php index 719acd08..41e5a776 100644 --- a/resources/views/livewire/news/intern-article-view.blade.php +++ b/resources/views/livewire/news/intern-article-view.blade.php @@ -1,4 +1,4 @@ -
+
@googlefonts('article') {{-- HEADER --}} @@ -286,6 +286,7 @@ @else
+ {!! $libraryItem->value_to_be_paid !!} @@ -339,15 +340,17 @@ }); }})">
-
- - - -
+ @push('modals') +
+ + + +
+ @endpush