{{ Form::label_styled('Image', 'textarea-label', \App\Helpers\FormComponentHelper::SIZE_SMALL, 3) }} {{ Form::textarea_styled('image direction', $module_element->image_direction, 'module-elements-view-content-textarea', true, 9, null, 'image-direction-textarea') }} @if($module_element->linked_to) {{ Form::row_label_inline('Image Link', $module_element->_linked_to->name, 'module-elements-view-content', 3, 6) }} @endif