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(($logoPath ?? ''). $snipeSettings->$logoVariable)))
@endif
@if (($setting->$logoVariable!='') && (Storage::disk('public')->exists(($logoPath ?? '').$snipeSettings->$logoVariable)))
{{ Form::checkbox($logoClearVariable, '1', old($logoClearVariable)) }} Remove current {{ ucwords(str_replace('_', ' ', $logoVariable)) }} image
@endif