@foreach ($languages as $language)
{!! Form::label('static_button_get_started_label_' . $language->id, 'Label', ['class' => '']) !!}
{!! Form::text('static_button_get_started_label_' . $language->id, isset($staticData['static_button_get_started_label']) ? getLanguageTranslation($staticData['static_button_get_started_label'], $language->id) : null, ['class' => 'form-control', Auth::user()->hasAnyRole(['ADMIN']) ? '' : 'disabled']) !!}
{{ $errors->first('static_button_get_started_label_' . $language->id) }}
{{ Form::hidden('static_button_get_started_label', strtoupper($pageCode . '_static_button_get_started_label')) }}
@endforeach