{{ Form::hidden("module_element[{$module_element->module_element}][element_type]", $element_type) }}
{{ Form::label_title('Article') }} {{ 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_text_inline("module_element[{$module_element->module_element}][article_title_direction]", 'Title', $module_element->article_title_direction, 3, 9, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }} {{ Form::row_textarea_inline("module_element[{$module_element->module_element}][article_description]", 'Description', $module_element->article_description, 3, 9, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }} {{ Form::row_textarea_inline("module_element[{$module_element->module_element}][article_key_points]", 'Key Points', $module_element->article_key_points, 3, 9, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }} {{ Form::row_textarea_inline("module_element[{$module_element->module_element}][article_reference_link]", 'Reference Link', $module_element->article_reference_link, 3, 9, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
{{ Form::hidden("module_element[{$module_element->module_element}][article_include_cta]", 0) }} {{ Form::checkbox_ex("module_element[{$module_element->module_element}][article_include_cta]", $module_element->article_include_cta, 'Include Call to Action', null, 'article_include_cta_checkbox') }}
{{ Form::row_textarea_inline("module_element[{$module_element->module_element}][article_cta_direction]", 'Call to Action', $module_element->article_cta_direction, 3, 9, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
{{ Form::hidden("module_element[{$module_element->module_element}][article_include_pull_quote]", 0) }} {{ Form::checkbox_ex("module_element[{$module_element->module_element}][article_include_pull_quote]", $module_element->article_include_pull_quote, 'Include Pull Quote', null, 'article_include_pull_quote_checkbox') }}
{{--{{ Form::row_text_inline("module_element[{$module_element->module_element}][article_title_copy]", 'Title', $module_element->article_title_copy, 3, 6, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}--}} {{--{{ Form::row_textarea_inline("module_element[{$module_element->module_element}][article_body]", 'Article Body', $module_element->article_body, 3, 6, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}--}}
{{ Form::row_textarea_inline("module_element[{$module_element->module_element}][article_pull_quote_copy]", 'Pull Quote', $module_element->article_pull_quote_copy, 3, 9, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}