@if($enable_auth_admin_controls)
{{ __($setting->label) }}
{{ __('app.buttons.cancel') }}
{!! csrf_field() !!} {!! Form::select('supported', \App\Item::supportedOptions(), array('placeholder' => 'Title','class' => 'form-control')) !!}
*/ ?>
{!! $setting->edit_value !!}
@else
{{ __('app.unauthorized_for_form') }}
@endif