{{ Form::link_ex("new_article_reference_link[$count][link_url]", null) }}
{{ Form::label_styled('Description', 'link-description', \App\Helpers\FormComponentHelper::SIZE_SMALL, 2) }} {{ Form::text_ex("new_article_reference_link[$count][link_description]", null, 5) }} {{ Html::image('/img/remove_image.png', null, ['class' => 'new-link-remove', 'onclick' => "delete_new_link()", 'data-id' => $count ]) }}