From 1f2634b054dd22613eff54ed1bc7dd79b9b467b3 Mon Sep 17 00:00:00 2001 From: boban Date: Sat, 25 Oct 2025 14:09:59 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20Mailbox=20Stats=20=C3=BCber=20Dovecot=20?= =?UTF-8?q?mit=20config/mailpool.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/components/partials/sidebar.blade.php | 2 +- .../views/livewire/ui/system/update-card.blade.php | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/resources/views/components/partials/sidebar.blade.php b/resources/views/components/partials/sidebar.blade.php index e30c5b4..e9a7c3e 100644 --- a/resources/views/components/partials/sidebar.blade.php +++ b/resources/views/components/partials/sidebar.blade.php @@ -85,7 +85,7 @@ {{-- Footer Toggle (Desktop/Tablet) --}}
{{--
- @if($current) - aktuell: {{ $current }} + {{-- aktuell --}} + @if($displayCurrent) + aktuell: {{ $displayCurrent }} @else aktuell: @endif - @if($latest) + {{-- verfügbar --}} + @if($displayLatest) - verfügbar: {{ $latest }} + verfügbar: {{ $displayLatest }} @endif