@foreach(ThemeOption::constructSections() as $section)
@foreach (ThemeOption::constructFields($section['id']) as $field)
{!! Form::label($field['attributes']['name'], $field['label'], ['class' => 'control-label']) !!}
{!! ThemeOption::renderField($field) !!}
@if (array_key_exists('helper', $field))
{!! BaseHelper::clean($field['helper']) !!}
@endif
@endforeach
@endforeach