{{ Form::hidden("new_module_element[$count][element_type]", $element_type) }} {{ Form::hidden("new_module_element[$count][linked]", $linked) }}
{{ Form::label_title("Headline") }} {{ Form::separator_row('grey-divider thin-divider') }}
{{ Html::image('/img/remove_image.png', null, ['class' => 'new-module-element-remove', 'onclick' => "delete_new_element()", 'data-id' => $count]) }}
{{ Form::row_text_inline("new_module_element[$count][headline_direction]", "Direction", $module_element->headline_direction, 3, 9, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }} @include('website.module_element._is_editor_copy', ['prefix' => 'new_', 'pk' => $count])