{{ Form::hidden("module_element[{$module_element->module_element}][element_type]", $element_type) }}
{{ Form::label_title("Paragraph") }} {{ Form::separator_row('grey-divider thin-divider') }}
{{ Html::image('/img/remove_image.png', null, ['class' => 'module-element-remove', 'onclick' => "delete_module_element()", 'data-id' => $module_element->module_element ]) }}
{{ Form::row_textarea_inline("module_element[{$module_element->module_element}][paragraph_direction]", "Direction", $module_element->paragraph_direction, 3, 9, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }} {{--{{ Form::row_textarea_inline("module_element[{$module_element->module_element}][paragraph_copy]", "Copy", $module_element->paragraph_copy, 3, 6, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}--}} @include('website.module_element._is_editor_copy', ['prefix' => '', 'pk' => $module_element->module_element])