@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))
{!! __($field['helper']) !!}
@endif
@endforeach
@endforeach