{!! Form::select('limit_type[]', ['Item' => 'Item', 'Currency' => 'Currency', 'Recipe' => 'Recipe'], null, ['class' => 'form-control reward-type', 'placeholder' => 'Select limit Type']) !!} {!! Form::text('limit_quantity[]', 1, ['class' => 'form-control']) !!} Remove
{!! Form::select('limit_id[]', $items, null, ['class' => 'form-control item-select', 'placeholder' => 'Select Item']) !!} {!! Form::select('limit_id[]', $currencies, null, ['class' => 'form-control currency-select', 'placeholder' => 'Select Currency']) !!} {!! Form::select('limit_id[]', $recipes, null, ['class' => 'form-control recipe-select', 'placeholder' => 'Select Recipe']) !!}