'required|string|max:50', 'phone' => 'required|numeric|min:12|unique:members,phone,' . $this->member->id, ]; } }