{{ Form::row_label_inline('Article Title', $module_element->article_title_direction, 'module-elements-view-content', 3, 6) }}
{{ Form::label_styled('Article Description', 'textarea-label', \App\Helpers\FormComponentHelper::SIZE_SMALL, 3) }}
{{ Form::textarea_styled('article description', $module_element->article_description, 'module-elements-view-content-textarea', true, 9, null, 'article-description-textarea') }}
{{ Form::label_styled('Article Key Points', 'textarea-label', \App\Helpers\FormComponentHelper::SIZE_SMALL, 3) }}
{{ Form::textarea_styled('article key points', $module_element->article_key_points, 'module-elements-view-content-textarea', true, 9, null, 'article-key-points-textarea') }}
{{ Form::label_styled('Article Reference Link', 'textarea-label', \App\Helpers\FormComponentHelper::SIZE_SMALL, 3) }}
{{ Form::textarea_styled('article reference link', $module_element->article_reference_link, 'module-elements-view-content-textarea', true, 9, null, 'article-reference-link-textarea') }}
@if ($module_element->article_include_cta)
{{ Form::label_styled('Call to Action', 'textarea-label', \App\Helpers\FormComponentHelper::SIZE_SMALL, 3) }}
{{ Form::textarea_styled('call to action', $module_element->article_cta_direction, 'module-elements-view-content-textarea', true, 9, null, 'article-cta-textarea') }}
@endif