diff --git a/resources/views/partials/forms/edit/uploadLogo.blade.php b/resources/views/partials/forms/edit/uploadLogo.blade.php index 7237d7b81..de889f152 100644 --- a/resources/views/partials/forms/edit/uploadLogo.blade.php +++ b/resources/views/partials/forms/edit/uploadLogo.blade.php @@ -1,57 +1,57 @@ -
+
- {{ $logoLabel }} + has($logoVariable) ? ' class="alert-msg"' : '' !!} for="{{ $logoVariable }}">{{ ucwords(str_replace('_', ' ', $logoVariable)) }}
- - @if (($setting->$logoVariable!='') && (Storage::disk('public')->exists(e($snipeSettings->$logoVariable)))) -
- - - - -
- @if ($logoVariable!='favicon') - - - - @else - - @endif - -
-
- @else -
- @endif - - - - +
+ -

+ {!! $errors->first($logoVariable, ':message') !!} + + +

{{ $helpBlock }}

@if (config('app.lock_passwords')===true)

{{ trans('general.feature_disabled') }}

@endif - {!! $errors->first($logoVariable, ':message') !!} +
+ +
+
+ + @if (($setting->$logoVariable!='') && (Storage::disk('public')->exists(e($snipeSettings->$logoVariable)))) + + + + + + + @else + + @endif + +
-
- -
+
+ + + + + + +