From 379c5f6790f838d6bb9c85dd2ff5fa6abaedb450 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 7 Mar 2023 18:54:09 -0800 Subject: [PATCH] Reworked the layout for logo upoloads Signed-off-by: snipe --- .../partials/forms/edit/uploadLogo.blade.php | 39 ++++++++++++------- 1 file changed, 24 insertions(+), 15 deletions(-) diff --git a/resources/views/partials/forms/edit/uploadLogo.blade.php b/resources/views/partials/forms/edit/uploadLogo.blade.php index de889f1529..6bbc116b64 100644 --- a/resources/views/partials/forms/edit/uploadLogo.blade.php +++ b/resources/views/partials/forms/edit/uploadLogo.blade.php @@ -1,12 +1,15 @@ + +
- has($logoVariable) ? ' class="alert-msg"' : '' !!} for="{{ $logoVariable }}">{{ ucwords(str_replace('_', ' ', $logoVariable)) }} +
@@ -25,25 +28,31 @@
-
@if (($setting->$logoVariable!='') && (Storage::disk('public')->exists(e($snipeSettings->$logoVariable)))) +
+ + + +
+ @endif - - - + - - @else - - @endif -
+ @if (($setting->$logoVariable!='') && (Storage::disk('public')->exists(e($snipeSettings->$logoVariable)))) + +
+ +
+ @endif