{{ __('Update Child Of '.$storeSubCategory->name)}}
@csrf
{!! Form::select('childs[]', $childs, null,[ 'class'=>'form-control select2 auto-select-child', 'multiple' => 'multiple', 'required'=>'required']) !!}
Childs Error