{{ __('Update Item')}}
@csrf
{!! Form::select('collect_type', $collectTypeList, $item->collect_type,[ 'class'=>'form-control', 'placeholder' => 'Select Collect Type']) !!}
Collect Type is Required
{!! Form::select('type', $typeList, $item->type,[ 'class'=>'form-control', 'placeholder' => 'Select Type']) !!}
Category is Required
auto_collect) checked @endif>
skip_first_order) checked @endif>
min_collect_amount) checked @endif>
Max Collect Amount is Required