{{ Form::hidden("new_module_element[$count][element_type]", $element_type) }}
{{ Form::hidden("new_module_element[$count][linked]", $linked) }}
{{ Form::label_title('Article') }}
{{ 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][article_title_direction]", 'Title', $module_element->article_title_direction, 3, 9, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
{{ Form::row_textarea_inline("new_module_element[$count][article_description]", 'Description', $module_element->article_description_direction, 3, 9, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
{{ Form::row_textarea_inline("new_module_element[$count][article_key_points]", 'Key Points', $module_element->article_key_points_direction, 3, 9, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
{{ Form::row_textarea_inline("new_module_element[$count][article_reference_link]", 'Reference Link', $module_element->article_reference_link_direction, 3, 9, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
{{ Form::checkbox_ex("new_module_element[$count][article_include_cta]", $module_element->include_article_call_to_action, 'Include Call to Action', null, 'article_include_cta_checkbox') }}
{{ Form::row_textarea_inline("new_module_element[$count][article_cta_direction]", 'Call to Action', $module_element->article_call_to_action, 3, 9, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
{{ Form::checkbox_ex("new_module_element[$count][article_include_pull_quote]", $module_element->include_article_pull_quote, 'Include Pull Quote', null, 'article_include_pull_quote_checkbox') }}
{{ Form::row_textarea_inline("new_module_element[$count][article_pull_quote_copy]", 'Pull Quote', $module_element->article_pull_quote_copy, 3, 9, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}