{{ Form::hidden("module_element[{$module_element->module_element}][element_type]", $element_type) }}
{{ Form::label_title("Link") }}
{{ Form::separator_row('grey-divider thin-divider') }}
{{ Html::image('/img/remove_image.png', null, ['class' => 'module-element-remove remove-linked', 'onclick' => "delete_module_element()", 'data-id' => $module_element->module_element ]) }}
{{ Form::row_label_inline('Linked To', $module_element->_linked_to->name, 'module-elements-view-content', 3, 6) }}
{{ Form::row_text_inline("module_element[{$module_element->module_element}][link_direction]", "Direction", $module_element->link_direction, 3, 9, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
{{ Form::radio_ex("module_element[{$module_element->module_element}][link_type]", \App\Models\Module_Element::LINK_TYPE_TEXT, $module_element->link_type, "Text") }}
{{ Form::radio_ex("module_element[{$module_element->module_element}][link_type]", \App\Models\Module_Element::LINK_TYPE_BUTTON, $module_element->link_type, "Button") }}
{{-- {{ Form::row_textarea_inline("module_element[{$module_element->module_element}][link_copy]", "Copy", $module_element->link_copy, 3, 6, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}--}}
@include('website.module_element._is_editor_copy', ['prefix' => '', 'pk' => $module_element->module_element])