diff --git a/resources/views/partials/forms/edit/uploadLogo.blade.php b/resources/views/partials/forms/edit/uploadLogo.blade.php index 0d77c776ca..101e392809 100644 --- a/resources/views/partials/forms/edit/uploadLogo.blade.php +++ b/resources/views/partials/forms/edit/uploadLogo.blade.php @@ -1,15 +1,35 @@
- +
+ {{ $logoLabel }} +
- @if ($setting->$logoVariable!='') + @if (($setting->$logoVariable!='') && (Storage::disk('public')->exists(e($snipeSettings->$logoVariable)))) +
-
- {{ Form::checkbox($logoClearVariable, '1', Request::old($logoClearVariable),array('class' => 'minimal')) }} Remove current {{ str_replace('_', ' ', $logoVariable) }} image -
+ + + +
+ @if ($logoVariable!='favicon') + + + + @else + + @endif + +
+
+ @else +
@endif -
+ +