2 @type - Type of term (exact, tag)
5 <table component="add-remove-rows"
6 option:add-remove-rows:remove-selector="button.text-neg"
8 @foreach(array_merge($currentList, ['']) as $term)
9 <tr @if(empty($term)) class="hidden" refs="add-remove-rows@model" @endif>
10 <td class="pb-s pr-m">
11 <input class="exact-input outline" type="text" name="{{$type}}[]" value="{{ $term }}">
14 <button type="button" class="text-neg text-button">@icon('close')</button>
20 <button refs="add-remove-rows@add" type="button" class="text-button">
21 @icon('add-circle'){{ trans('common.add') }}