$allows=['reorder','clone','delete']
@endphp
-<div class="bunchmultiple{{ ($field['show_empty']?' showEmpty':'') }} @foreach($allows as $a) @if($field['allows_'.$a]) allows-{{$a}} @else no-allows-{{$a}} @endif @endforeach"
- id="{!! $field['rand'] !!}"
- data-bunch-name="{{$field['name']}}" data-values="{{ $value }}">
+<div
+ class="bunchmultiple{{ ($field['show_empty']?' showEmpty':'') }} @foreach($allows as $a) @if($field['allows_'.$a]) allows-{{$a}} @else no-allows-{{$a}} @endif @endforeach"
+ id="{!! $field['rand'] !!}"
+ data-bunch-name="{{$field['name']}}" data-values="{{ $value }}">
<input type="hidden" class="hiddenfield" name="{{$field['name']}}" value="{{ $value }}"
data-bmid="{!! $field['rand'] !!}"/>
<div class="bunchmultiple__wrapper" data-bmid="{!! $field['rand'] !!}">
@if($field['allows_add'])
<div class="btn-group m-t-10">
<button class="btn btn-sm btn-default additem" data-bmid="{!! $field['rand'] !!}" type="button"><i
- class="la la-plus"></i> {{$field['add_label']}}</button>
+ class="la la-plus"></i> {{$field['add_label']}}</button>
</div>
@endif