has($logoVariable) ? 'class="alert-msg"' : '' !!} for="{{ $logoVariable }}"> {{ ucwords(str_replace('_', ' ', $logoVariable)) }}
{{ trans('button.select_file') }}
{!! $errors->first($logoVariable, '
:message
') !!}
{{ $helpBlock }}
@if (config('app.lock_passwords')===true)
{{ trans('general.feature_disabled') }}
@endif
@if (($setting->$logoVariable!='') && (Storage::disk('public')->exists(e($snipeSettings->$logoVariable))))
@endif
@if (($setting->$logoVariable!='') && (Storage::disk('public')->exists(e($snipeSettings->$logoVariable))))
{{ Form::checkbox($logoClearVariable, '1', Request::old($logoClearVariable)) }} Remove current {{ ucwords(str_replace('_', ' ', $logoVariable)) }} image
@endif