{{ Form::hidden("new_module_element[$count][element_type]", $element_type) }} {{ Form::hidden("new_module_element[$count][linked]", $linked) }}
{{ Form::label_title('Functionality') }} {{ 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_select_inline("new_module_element[$count][functionality_type]", 'Type', null, \App\Models\Functionality_Type::functionality_type_select(), 3, 6, \App\Helpers\FormComponentHelper::SIZE_SMALL, null, null, null, null, 'functionality-type') }} {{ Form::row_text_inline("new_module_element[$count][functionality_direction]", 'Direction', $module_element->functionality_direction, 3, 9, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}