{{ $logoLabel }}
@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
{{ trans('button.select_file') }}
{{ $helpBlock }}
@if (config('app.lock_passwords')===true)
{{ trans('general.feature_disabled') }}
@endif {!! $errors->first($logoVariable, '
:message
') !!}