{{ Form::hidden("new_module_element[$count][element_type]", $element_type) }}
{{ Form::hidden("new_module_element[$count][linked]", $linked) }}
{{ Form::label_title("Video") }}
{{ 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_textarea_inline("new_module_element[$count][video_direction]", "Direction", $module_element->video_direction, 3, 9, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
{{ Form::row_text_inline("new_module_element[$count][video_link_direction]", "Link", $module_element->video_link_direction, 3, 9, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}